This introduction to Oracle SQL Developer will give you a feel for the product and to show you a few shortcuts to make it easier to use. First we look at what it is, next we learn how to install it, finally we dive into the product itself.
Want to learn more? Visit us at: http://www.asktheoracle.net
Im having the same problem how do you connect I followed your instructions
relm1200 1 month ago
1> check that u have start the listner
2>check SID name
sonasonai 11 months ago
@StudioTibet
You probaby need to start the database (much like a server)
Take a look at my profile for a small video on doing this
tomjegan808 11 months ago
when I hit 'Test' in connection wizard. It gives me error:
Status: Failure - Test failed: Io exception: The Network Adapter could not establish the connection
I had it set exact same as yours. (like user info and connection name)
Am I missing something? Thanks!
StudioTibet 1 year ago
Hey dud nice one,Subscribed, Hey could you please tell me. my one says Test failed: IO exception: The Network Adapter could not establish the connection
Arjun007ize 1 year ago
lol
select * from emplyees e, departments d
where e.department_id=d.department_id; //F9 to execute will be huge number of columns since that is a join of 2 tables
visual editing is cool but you need to know what you are doing pal
nibus126 1 year ago