[oracle@node1 ~]$ sqlplus
SQL*Plus: Release 11.2.0.1.0 Production on Tue Jun 10 10:11:06 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
SQL*Plus: Release 11.2.0.1.0 Production on Tue Jun 10 10:11:06 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
sqlplus is the wizard to connect to ORACLE DBA.
Every DBA will have a base table.
SQL> select name from v$database;
NAME
---------
ORCL
SQL>
ORCL is the name of the Base Table.
No comments:
Post a Comment