oracle 常用命令

show parameter disk_asynch_io;


oracle@SUSE185:~> sqlplus

SQL*Plus: Release 11.2.0.3.0 Production on Wed Jan 15 17:07:15 2014

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

Enter user-name: oracle as sysdba
Enter password:

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> alter user sys identified by oracle;

User altered.

SQL>

你可能感兴趣的:(oracle)