Linux环境下Oracle的scott演示模式所在目录:$ORACLE_HOME/rdbms/admin/utlsampl.sql,
添加步骤:在sql*plus执行(注意在sys用户下)@$ORACLE_HOME/rdbms/admin/utlsampl.sql(@表示在sql*plus执行脚本)完成后自动断开连接,然后用scott进入,密码默认为tiger。
以下是实际执行结果:SQL> show userUSER is "SYS"SQL> @$ORACLE_HOME/rdbms/admin/utlsampl.sqlDisconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit ProductionWith the Partitioning, OLAP and Data Mining options[oracle@RedHat4 ~]$ sqlplus / as sysdbaSQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 6 05:10:15 2012Copyright (c) 1982, 2005, Oracle. All rights reserved.Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit ProductionWith the Partitioning, OLAP and Data Mining optionsSQL> conn scott/tigerConnected.SQL> select * from emp;Oracle函数大全Linux环境Oracle显示乱码的解决方法相关资讯 Oracle入门基础教程 Oracle scott账户 Oracle账户
- Linux x86 and x86-64 系统中的 (08/05/2014 10:12:29)
- Oracle系统繁忙时,快速定位 (02/18/2013 19:31:55)
- Oracle手工建库笔记 (12/28/2012 11:45:03)
| - Oracle 中极易混淆的几个 NAME 的 (07/29/2014 21:04:17)
- Oracle数据库用SQL实现快速分页 (12/29/2012 14:02:30)
- Oracle自治事务引起的死锁 (12/27/2012 18:30:46)
|
本文评论 查看全部评论 (0)