发布时间:2015-06-30 11:33:32
create table with1 ( id int, name char(10));
create table with2 ( id int, name char(10));
create table with3 ( id int, name char(10));
create table with4 ( id int, name char(10));
insert into with1 values ( 1, 'a') ;
insert into with2 values ( 1, 'a') ;.........【阅读全文】
发布时间:2015-04-16 22:39:12
Python-2.7.9.tgz 解压再执行 make命令,编译python,成功。下面再执行 make install。 [root@silent1 bin]# pwd/usr/local/bin[root@silent1 bin]# ls2to3 dbhome oraenv python python2.7 &n.........【阅读全文】
发布时间:2015-04-06 10:38:19
11g Deprecated system parameters with specified values: background_dump_dest user_dump_dest 参考 : http://www.dba-oracle.com/oracle11g/oracle_11g_ofa_alert_log.htm Starting in Oracle11g we not longer have many of the original OFA file system structures and .........【阅读全文】
发布时间:2015-04-03 05:22:00
https://gruffdba.wordpress.com/2013/01/10/silent-install-of-oracle-11-2-0-3-on-redhat-6-0/......【阅读全文】
发布时间:2015-03-10 12:18:51
SQL> create tablespace test001 datafile '/u01/app/oracle/oradata/test001.dbf' size 1M autoextend on maxsize 10M;Tablespace created.SQL> alter database datafile '/u01/app/oracle/oradata/test001.dbf' resize 20M; Database altered.SQL>SQL> select AUTOEXTENSIBLE, MA.........【阅读全文】