Connecting to Oracle using SQL Plus

The following are the steps needs to connect to an Oracle database using SQL Plus

  1. Open command prompt - Windows > Run > cmd.exe
  2. Traverse to the path where oracle client is installed. In my case it is C:\Oracle\Ora11g_32\Client11g\bin
  3. Run the command sqlplus username/password@server

Comments

Popular posts from this blog

Configuring DB2 Connect Server

Concatenate files using MS-DOS