ORA-28001: the password has expired 解決ORA-28001: the password has expiredCause: The user"s account has expired and the password needs to be changedAction: change the password or contact the DBA程式串連DB伺服器時報錯:13-04-22 17:32:15 [ERROR]
oracle10g 安裝遇到libXp.so.6: cannot open shared object file,sharedobject 在安裝oracle10g的時候出現如下錯誤:[oracle10@rac1 clusterware]$ ./runInstaller ********************************************************************************Please run the script
UDE-00008 ORA-31626 ORA-06512 ORA-25254,ude-00008ora-31626今天在匯出一個模式的時候,約140GB,出現如下錯誤:UDE-00008: operation generated ORACLE error 31626ORA-31626: job does not existORA-06512: at "SYS.KUPC$QUE_INT", line 536ORA-25254: time-out in LISTEN
db_keep_cache_size參數的控制範圍測試,dbkeepcachesizeocm考試新題中,需要建立keep儲存的表,但在該參數是否應該修改上,有一些分歧,有人說asmm會自動給keep分配記憶體的,該參數就不用設定了。看文檔和asktom,也是雲山霧罩,說什麼的都有,還是來實際的測試吧:SQL> col COMPONENT for a30SQL> select COMPONENT,CURRENT_SIZE/1024/1024||'MB' MB from
Bison executable not found in PATH by mysql install,bisonexecutable[root@luozhonghua mysql-5.5.21]# cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DMYSQL_DATADIR=/data/mysql -DSYSCONFDIR=/etc-- Check size of pthread_t-- Check size of
row_number() OVER (PARTITION BY COL1 ORDER BY COL2)--表示根據COL1分組,在分組內部根據 COL2排序,而此函數返回的值就表示每組內部排序後的順序編號(組內連續的唯一的)create table student (id int ,classes int ,score int);insert into student values(1,1,89);insert into student values(2,1,90);insert
資料庫:Oracle11gr2主庫alter database force logging;alter system set db_unique_name='erpdb' scope=spfile; --我們讓主庫db_name=db_unique_namealter system set REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE scope=spfile;alter system set
最近在客戶的一個8i生產庫上使用statspack,發現alert中有報錯:Mon Jun 16 13:17:52 2014Errors in file /oracle/8.1.7/admin/prod/bdump/snp0_96626_prod.trc:ORA-12012: error on auto execute of job 304ORA-01631: max # extents (505) reached in table PERFSTAT.STATS$SQL_SUMMARYORA-0