我的环境:
centos6(64bit)
oracle 11g R2 (11.2.0.1.0)我的观点
1.create tablespace
CREATE TABLESPACE statspack
DATAFILE
'/u02/app/oracle/oradata/orcl/tbs_statspack.dbf' SIZE 100M
AUTOEXTEND ON EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128K成功了!
2. run spcreate.sql script
@?/rdbms/admin/spcreate.sql
the problem happend! this script can't run.
the command line hang on, The cursor blink我该怎么办?
发布于 2013-08-31 12:38:42
终于来了!我解决了这个问题。原因是将$ORACLE_HOME/sqlplus/admin/glgin.sql中的值设置在以下。
set termout off把它移开,没事的
https://stackoverflow.com/questions/18534476
复制相似问题