topleft
topright
SQLPlex forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:How to i can connect to my oracle database (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:How to i can connect to my oracle database
#56
ptesone (Admin)
Admin
Posts: 29
graph
User Offline Click here to see the profile of this user
Re:How to i can connect to my oracle database 6 Months, 2 Weeks ago Karma: 0  
mail-question wrote:
QUOTE:
Thank you very much.

I've no Oracle Client.So I'm trying to use TCP/IP direct connection.

How can I get Oracle instance name?Can you explain this?

I gave Login as my login ID,password as my password, and IP as my system IP address.
But I confused at oracle instance name.



Thanks and Regards ,
Sujatha


In this case you need the name of the ORACLE database.


The technical anwser about Oracle Instance :

Overview of an Oracle Instance

Every running Oracle database is associated with an Oracle instance. When a
database is started on a database server (regardless of the type of computer),
Oracle allocates a memory area called the System Global Area (SGA) and starts
one or more Oracle processes. This combination of the SGA and the Oracle
processes is called an Oracle instance. The memory and processes of an instance
manage the associated database’s data efficiently and serve the one or multiple
users of the database.

The Instance and the Database

After starting an instance, Oracle associates the instance with the specified
database. This is called mounting the database. The database is then ready to be
opened, which makes it accessible to authorized users.

Multiple instances can execute concurrently on the same computer, each accessing
its own physical database. In clustered and massively parallel systems (MPP),
the Oracle Parallel Server allows multiple instances to mount a single database.

Only the database administrator can start up an instance and open the database.
If a database is open, the database administrator can shut down the database so
that it is closed. When a database is closed, users cannot access the
information that it contains.

Security for database startup and shutdown is controlled via connections to
Oracle with administrator privileges. Normal users do not have control over the
current status of an Oracle database.

Regards,
Peter
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
      Topics Author Date
    thread link
How to i can connect to my oracle database
mail-question 2008/06/19 07:43
    thread link
thread linkthread link Re:Why I cannot connect to my Oracle Database
ptesone 2008/06/19 07:56
    thread link
thread linkthread link Re:How to i can connect to my oracle database
mail-question 2008/06/19 13:21
    thread link
thread linkthread linkthread link Re:How to i can connect to my oracle database
ptesone 2008/06/19 13:26
Go to top Post Reply
get the latest posts directly to your desktop
SQLPlex | Copyright © 2008 Mentat Technologies. All Rights Reserved