topleft
topright
SQLPlex forums
Welcome, Guest
Please Login or Register.    Lost Password?
How to i can connect to my oracle database (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: How to i can connect to my oracle database
#53
mail-question (User)
Junior Boarder
Posts: 29
graph
User Offline Click here to see the profile of this user
How to i can connect to my oracle database 5 Months ago Karma: 0  
Can u send me the details database connetion in DreamCoder for Oracle 3.0 Free Edition.

Question from : Sujatha
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/06/19 08:01 By ptesone.
  The administrator has disabled public write access.
#54
ptesone (Admin)
Admin
Posts: 29
graph
User Offline Click here to see the profile of this user
Re:Why I cannot connect to my Oracle Database 5 Months ago Karma: 0  
mail-question wrote:
QUOTE:
Can u send me the details database connetion in DreamCoder for Oracle 3.0 Free Edition.

Question from : Sujatha


You can execute this activity in two ways with the DreamCoder for Oracle.

1. Standard connection with Oracle Client (OCI Connection).
2. TCP-IP Direct Connection with out OCI.

Standard connection:

With the first option you need oracle client works in your computer and you need to enter the follow information :

Username : database user name.
Password : database user password.
Server : database name configured in the oracle client.
Mode : normal.
Home : your default oracle home.


TCP-IP Direct:

The TCP-IP Direct is the option to connect to oracle database with out OCI interface; therefore you do not need ORACLE CLIENT.

Username : database user name.
Password : database user password.
Machine : IP of database server
Instance : Oracle instance name
Port : Default Oracle port 1521

Regards,
Peter
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#55
mail-question (User)
Junior Boarder
Posts: 29
graph
User Offline Click here to see the profile of this user
Re:How to i can connect to my oracle database 5 Months ago Karma: 0  
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#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 5 Months 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.
Go to top Post Reply
get the latest posts directly to your desktop
SQLPlex | Copyright © 2008 Mentat Technologies. All Rights Reserved