Posts

Showing posts with the label Build connection with Oracle SQL Developer

Build Connection with Oracle SQL Developer in 3 easy steps.

Image
YouTube  Video Link Complete steps are described in YouTube video. https://youtu.be/jPbWP5Cl74k  1. Install setups.  -Java JDK setup  Click on Next to Install the setup and detail procedure of installing java JDK is describe in Youtube Video.                                                        After Successfully installation of Java JDK setup close the window. -SQL Command Line                                    2. Build Connection with SQL Command Line Conn system/1234 Alter user hr identified by hr; Alter user hr account unlock; Grant unlimited tablespace to hr; Disc Conn hr/hr   3. Build Connection with Oracle SQL Developer To build connection using System To build connection usi...