Time of Update: 2014-12-12
標籤:style blog http io ar color os sp strong 環境:CentOS release 6.4
Time of Update: 2014-12-12
標籤:io 使用 on 資料 管理 資料庫 res 使用者 br 建立使用者;create user例子:create user lv identified by
Time of Update: 2014-12-11
標籤:des style io ar color os sp strong on 一、系統資料表空間資料檔案遷移:SQL> conn /@tmpdb as sysdba 已串連。
Time of Update: 2014-12-11
標籤:oracle maven database 由於Oracle授權問題,Maven3不提供Oracle JDBC driver,為了在Maven項目中應用Oracle JDBC driver,必須手動添加到本地倉庫。一、首先要得到Oracle JDBC
Time of Update: 2014-12-12
標籤:des http io os 使用 sp on 檔案 資料 當使用者要跨本機資料庫,訪問另外一個資料庫表中的資料時,本機資料庫中必須建立了遠端資料庫的dblink,通過dblink本機資料
Time of Update: 2014-12-12
標籤:blog 使用 sp div log bs 代碼 as tt 近來學習oracle,想要提高自己所寫語句的效率和易讀性,今天的筆記是關於子查詢因子話這麼一個東西 因子化的查詢不一
Time of Update: 2014-12-12
標籤:style blog io ar os 使用 sp for strong 一、什麼是Oracle字元集 O
Time of Update: 2014-12-12
標籤:oracle error dataguard 搭建完DG,發現備庫沒有接受到主庫的日誌。在主庫執行Select dest_id,status,error from v$archive_dest where dest_id=3;報: ORA-16057: DGID from server not in Data Guard
Time of Update: 2014-12-11
標籤:style blog sp for strong on div log bs
Time of Update: 2014-12-12
標籤:oracle
Time of Update: 2014-12-11
標籤:des style io ar 使用 sp for on 檔案 我自己就是一個oracle和sql的初學者,前段時間看了韓順平老師的oracle視頻教程,覺得很深入淺出,收穫了很多。同時自
Time of Update: 2014-12-11
標籤:io ar os 使用 sp for on art bs 1 創造預存程序Create or procedure My_procedure( param1,param2) isBegin.
Time of Update: 2014-12-11
標籤:blog io ar for on div log cti ad public bool insertOracle(DataTable dataTable, string sql) //
Time of Update: 2014-12-11
標籤:des style io ar color os 使用 sp for 在AIX 7100-02-03-1334 上安裝Oracle
Time of Update: 2014-12-12
標籤:io 使用 sp on 資料 bs 代碼 line size DDL鎖分為三種1.排他DDL鎖2.共用DDL鎖3.可中斷解析鎖大部分DDL都帶有排他DDL鎖,如一個表被修改中,可以使用se
Time of Update: 2014-12-11
標籤:ar sp on 資料 問題 bs ef nbsp 資料庫 下面要寫的內容在網上已經是老生常談了:PLSQL Developer串連Oracle資料庫亂碼問題。寫在這裡純粹是為了個人記錄。
Time of Update: 2014-12-12
標籤:blog http ar 檔案 資料 art log html ef oracle高水位http://www.cnblogs.com/chuyuhuashi/p/3548260.htmlh
Time of Update: 2014-12-11
標籤:oracle view sequence 說下oracle中視圖和序列的用法:視圖視圖是通過對一個或多個表定義查詢得到的,視圖定義所依據的表被稱為基表,說簡單點就是視圖聯合一張或多張表另外成立一張表,可以對這張表進行搜素和DML操作。建立視圖 create view terminal_view as (select a.terminal_name,
Time of Update: 2014-12-11
標籤:ar sp for on bs as tt nbsp br create or replace procedure Getyc is v_id
Time of Update: 2014-12-11
標籤:des blog http io ar os sp for on 1、添加引用using Oracle.DataAccess.Client;using