Time of Update: 2014-08-08
ORA-13600 QSM-00794錯誤解決方案1、 本想使用dbms_advisor做一個sql access advisor測試,不料卻遇ORA-13600 QSM-00794報錯,如下:SQL> DECLARE2 task_name VARCHAR2(200);3 BEGIN4 task_name := 'My_Task';5 DBMS_ADVISOR.QUICK_TUNE(DBMS_ADVISOR.SQLACCESS_ADVISOR,'My_Task',6 'select *
Time of Update: 2014-08-02
Oracle 10g 資料泵分區表的匯出Oracle 10g中資料泵支援本地匯出/匯入分區表的分區,但是NET_LINK不支援分區表的分區。以下為匯出部分實驗,匯入與匯出相識。本地匯出:C:\Users\xionglang>expdp test/test dumpfile=test.dmp logfile=test.log directory=dir_dump tables=t:p1Export: Release 10.2.0.4.0 - 64bit Production on
Time of Update: 2014-08-02
Oracle ASM錯誤之--ORA-15031、ORA-15014Oracle ASM錯誤之--ORA-15031、ORA-15014系統內容:作業系統: AIX 5.3.8Oracle: Oracle 10gR2故障現象:[oracle@aix213 ~]$sqlplus / as sysdbaSQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 24 11:28:52 2014Copyright (c) 1982, 2005
Time of Update: 2014-08-25
MySQL欄位名與保留字衝突的問題及解決方案,mysql欄位 問題:MySQL欄位名與保留字衝突在實際操作是經常出現的,一把會出現以下錯誤。com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException。解決方案:在MySQL中,下表中的字顯式被保留。其中大多數字進位被標準SQL用作列名和/或表名(例如,GROUP)。少數被保留了,因為MySQL需要它們,在MySQL中,當表名或欄位名乃至資料庫名和保留字衝突時,在sql語句裡可以用撇
Time of Update: 2014-08-25
建立資料庫失敗((Microsoft.SqlServer.Smo)) 執行 Transact-SQL 陳述式或批處理時發生了異常。 (Microsoft.SqlServer.ConnectionInfo,transactsql
Time of Update: 2014-08-24
解決MySQL出現大量unauthenticated user的問題,unauthenticated最近OJ及相關的開啟站異常的慢,簡直崩潰,一直沒找著原因!進入資料庫伺服器,進到mysql裡,用show processlist命令查看一下,發現有很多的unauthenticated
Time of Update: 2014-08-23
【Oracle】ORA-00600:
Time of Update: 2014-08-22
Failed to upgrade Oracle Cluster Registry configuration(root.sh),clusterroot.sh 最近在給客戶基於Suse 11 sp3安裝Oracle 10g RAC,在安裝完clusterware執行/u01/app/crs/root.sh時收到錯誤提示,Failed to upgrade Oracle Cluster Registry
Time of Update: 2014-08-19
Can't open named pipe to host: . pipe: MySQL,namedpipe 今天遇到mysql串連odbc時報如下錯誤:Can't open named pipe to host: . pipe:
Time of Update: 2014-08-19
sql之淺談視圖的作用,sql淺談視圖【資料庫】☆★sql之淺談視圖的作用 在一個項目的實際開發過程中牽涉到複雜業務的時候,我們不可避免的需要使用中間表來進行資料連線,有的同學就說了,我可以採用Hibernate進行主外鍵進行關聯啊?多對多,多對一,一對一,等,採用主外部索引鍵關聯在資料的操作過程中具有很強的耦合性,尤其對於需要經常刪改資料表而言,我們是不建議採用主外部索引鍵關聯這種模式,那麼,如果我們採用中間表的話,當資料過大在效能上又面臨嚴峻考驗
Time of Update: 2014-08-17
my.cnf已經存在,影響安裝--mysql,my.cnf--mysqlFound existing config file ./my.cnf on the system.Because this file might be in use, it was not replaced,but was used in bootstrap (unless you used --defaults-file)and when you later start the server.The new
Time of Update: 2014-08-08
64位 Windows 8/7 系統下的 32位PLSQL 聯結 64 位元 Oracle 11g,plsql11g64位 Windows 8/7 系統下的 32位PL/SQL 聯結 64 位元 Oracle 11g 說明:安裝完後Oracle的 oci.dll 是64位的,而32位應用程式 PL/SQL Developer 無法載入解決方案步驟一:下載Instant Client for Microsoft Windows (32-bit) 包
Time of Update: 2014-08-02
安裝Oracle時可能碰到的常見問題-1,oracle-1安裝Oracle可能有些人認為是一件很簡單的事情,但其實是在安裝的過程中蘊含著豐富的知識點,尤其安裝在Linux平台,可能會碰到這樣或那樣各種詭異的問題,透過問題看到本質,這才是從深處理解Oracle的精髓,至少我是這樣認為的,歡迎拍磚。。。下面就分幾個情境,說明下安裝過程中可能碰到的一些問題或知識點,也歡迎其他朋友碰到過其他一些安裝問題的,可以補充進來,一是讓我們溫故知新,二是可以給其他人提供一些借鑒,少走一些彎路。情境1:安裝VNC
Time of Update: 2014-08-03
sql分割字串,sql分割create function [dbo].[fn_Split] ( @SourceSql nvarchar(max),--源分隔字串 @StrSeprate varchar(10)--分隔字元 ) returns @temp table(a nvarchar(max)) as begin declare @i
Time of Update: 2014-08-02
使用awrextr.sql匯出awr未經處理資料,awrextr.sql匯出awr1、AWR未經處理資料與AWR報告的區別 AWR未經處理資料: 是oracle資料庫mmon進程定期將統計量從記憶體轉儲至磁碟,並以結構化的形式存入若干張表組成自動工作負載儲存倉庫(AutomaticWorkload
Time of Update: 2014-08-01
[Oracle]使用者建立以及許可權管理,oracle許可權管理#建立使用者需要管理員權限 SQL> create user lzz identified by lzz123;//這樣建立了一個普通使用者,但是還沒有解鎖 #給使用者修改密碼 #給自己的話: SQL> password 更改 SCOTT 的口令 舊口令: **** 新口令:**** 重新鍵入新口令:****
Time of Update: 2014-07-30
Connection for controluser as defined in your configuration failed.,controluserdefined在mysql中使用事件調度器(計劃任務),語句寫好了,執行也ok,但是卻沒有預期的結果,網上總結了很多計劃任務失效的原因,沒有一種適合我,在phpmyadmin中開啟事件表,發現下面一串紅色的提示:Connection for controluser as defined in your configuration
Time of Update: 2014-07-30
Win8.1OS64位oracle11安裝配置及PL/SQL Developer如何串連64位oracle,win8.1os64oracle11Oracle 為什麼選擇oracle 1.oracle能夠在主流的平台上運行,而相對於sql
Time of Update: 2014-07-29
oracle中從指定日期中擷取月份或者部分資料,oracle日期從指定日期中擷取部分資料:如月份:select to_CHAR(sysdate,'MM') FROM DUAL;或者:select extract(month from sysdate) from dual;又或者最笨的方法,用to_char()先把日期轉化為指定格式的字串,在通過substr()這個取到想要的資料。select substr(to_char(sysdate,'yyyy-mm-dd'),6,2
Time of Update: 2014-07-27
【翻譯自mos文章】在Oracle GoldenGate中迴圈使用ggserr.log的方法,oraclegoldengate在OGG中迴圈使用ggserr.log的方法:參考原文:OGG How Do I Recycle The "ggserr.log" File? (Doc ID 967932.1)適用於:Oracle GoldenGate - Version 4.0.0 and laterGeneric Linux問題GoldenGate的 ggserr.log