connecting to the remote database through sql developer without database client and server in the...

10
PREPARED BY RAVI KUMAR LANKE Page 1 Connecting to the Remote Database through SQL Developer without Database Client or Server in the local System

Upload: ravi-kumar-lanke

Post on 13-May-2015

161 views

Category:

Education


0 download

DESCRIPTION

Connecting to the remote database through sql developer without database client and server in the local system

TRANSCRIPT

Page 1: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 1

Connecting to the Remote Database through SQL Developer without

Database Client or Server in the local System

Page 2: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 2

Tnsnames.ora file is only enough to connect to the remote database. You don't need a client instance on your system.

1. copy the tnsnames.ora file in any directory on your system first.

Page 3: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 3

2. Open Sql Developer now

Page 4: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 4

3. Go to Tools -> Preferences

Page 5: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 5

4. Expand Database and select Advanced in the left pane

Page 6: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 6

5. Browse the tnsnames.ora file to the Tns names Directory

Page 7: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 7

6. Click Ok

Page 8: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 8

7. Create a new connection in sql developer now

Page 9: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 9

8. Give connection name, user name, password and change the connection type to tns and drop down network alias and

select the sid in your tnsnames.ora file and click on test

Page 10: Connecting to the remote database through sql developer without database client and server in the local system

PREPARED BY RAVI KUMAR LANKE Page 10

9. Now click connect to connect to the database