Monday, August 19, 2013

Linux 1st time Oracle 11g Ex SQL PLUS login with command line


[root@localhost bin]# . ./oracle_env.sh
[root@localhost bin]# . /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh
[root@localhost bin]# $ sqlplus system
bash: $: command not found
[root@localhost bin]# sqlplus system

SQL*Plus: Release 11.2.0.2.0 Production on Mon Aug 19 17:28:51 2013

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Enter password:

Connected to:
Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production

SQL> connect sys/123456 as sysdba
Connected.
SQL>

No comments:

Post a Comment