Oracle Kill 正在啟動並執行 Job

 轉自:http://levicorp.com/2009/05/22/how-to-kill-the-running-job/  1. Check the running Job (From here you will get the SID thatrunning the Job)SQL> SELECT * FROM DBA_JOBS_RUNNING;2. Make Job become Broken/offlineBEGIN

Oracle Expdp/Impdp 進行資料移轉的 幾點注意事項

  關於Expdp/Impdp 命令的具體使用,在之前的blog裡有說明,參考:Oracle expdp/impdp 使用樣本http://blog.csdn.net/tianlesoftware/article/details/6260138 exp/imp 與 expdp/impdp 對比 及使用中的一些最佳化事項http://blog.csdn.net/tianlesoftware/article/details/6093973 Oracle 用戶端 使用expdp/impdp 樣本

Oracle 片段 最佳化 一例

 說明:這個例子轉自老白的DBA日記 剛剛坐下,電話就響了,一個客戶打過來的,說是碰到一個很奇怪的問題。在一張上千萬記錄的大表裡,做一個SELECT * FROM <TAB_NAME> WHERE ROWNUM<100,居然十多秒鐘才出來。我問他這張表是不是片段很厲害,他所不可能有片段,昨天才IMP進去的,昨天還沒問題,今天就出問題了。而且這張是話單表,不可能會做刪除操作的,不會有片段。我讓他馬上做個10046發過來。 --相關知識點參考:OracleSQLTrace 和 10

Oracle AWR 報告中 No data exists for this section of the report 說明

 在AWR中,如果有部分選項是:Nodata exists for this section of the report.那麼屬正常現象。 如: 那麼現在看一個有資料的AWR: 在下面的這個圖中就顯示了顯示的條件:(1)SQL orderedby Sharable Memory:Only Statements with Sharable Memory greater than 1048576 are displayed(2)SQL orderedby Version Count:Only

Oracle 11g ORA-00845: MEMORY_TARGET not supported on this system 說明

 啟動Oracle 11gR2後報錯:ORA-00845 rac1:/home/oracle> sqlplus / as sysdba;SQL*Plus: Release 11.2.0.3.0 Production onTue Feb 14 09:11:41 2012 Copyright (c) 1982, 2011, Oracle.  All rights reserved. Connected to an idle instance. SQL> startupORA-00845:

Oracle dbca Exception in thread “main” 解決方案

 在一套DB伺服器上運行DBCA 命令,報錯: [oracle@game_db ~]$ dbcaException in thread "main" [oracle@game_db ~]$ [oracle@game_db ~]$ exportDISPLAY=1921.68.3.189:0.0[oracle@game_db ~]$ dbcaException in thread "main"

Oracle Convert a 32-bit Database to 64-bit Database(32位 轉到 64位)說明

        Oracle資料分32位和64位,對應不同的平台,關於查看DB 是32還是64位,我之前的Blog 有說明,參考:       查看Oracle 是32位還是64位的方法http://blog.csdn.net/tianlesoftware/article/details/6818709        我們這裡說的32位和64位就是wordsize。 在某些情況下,比如資料移轉時,需要從32位的Oracle

分享個下載Oracle Linux的網址

雖說Oracle Linux基本上就是抄的RHEL, 但是安裝Oracle資料庫的話, 還是Oracle自己的Linux方便些, 把oracle-validate包選上, 基本安裝Oracle資料庫的先決條件就自動解決了, 省心不少. 但是edelivery這段時間卻封鎖了中國ip, 很是鬱悶, 原因呢不管大家懂不懂, 我是有點懂. 無意中發現了下面這個網址, 喜出望外啊...http://ftp.linux.org.uk/pub/distributions/enterprise/

Oracle 跨作業系統 遷移 說明

 關於跨OS 的DB 遷移,MOS 上有相關的文章說明:[ID733205.1]。 To migrate anexisting Oracle database (NOT BINARIES)  from one Operating Systemplatform to another (i.e. Windows to Solaris) ,This can occur as part ofan Oracle version upgrade (Oracle 8i .. Oracle 11G) or

使用 Oracle Datapump API 實現資料匯出

  Oracle Datapump API 是基於PL/SQL實現的,是命令列方式下的補充。使用Datapump API可以將其邏輯備份特性將其整合到應用程式當中,基於介面來實現有利於簡化其管理。本文主要描述的使用Datapump API描述各種不同情形的資料匯出。一、示範使用datapump api實現資料匯出--1、匯出schema(schema模式)DECLARE l_dp_handle NUMBER; l_last_job_state VARCHAR2 (30)

Oracle Linux 6.1 下修改 /etc/fstab 使 tmpfs 生效 方法 說明

  在Oracle 11g安裝中,會經常遇到如下2種問題: Oracle 11gORA-00845: MEMORY_TARGET not supported on this system 說明http://blog.csdn.net/tianlesoftware/article/details/7256984 [INS-35172]Target database memory (XXMB) exceeds the systems available shared memory({0}MB)

Oracle 彙總函式(Aggregate Functions)說明

 Oracle Aggregate Functions用過很多,官網的說明如下: Aggregate Functionshttp://docs.oracle.com/cd/E11882_01/server.112/e26088/functions003.htm#SQLRF20035 Aggregatefunctions return a single result row based on groups of rows, rather than onsingle rows. Aggregate

Oracle Golden Gate 系列 小結

 花了大半個月的時間小研究了一下Oracle Golden Gate。 先簡單的說說自己學習GG的一個過程。參考資料都是官方文檔,官網的連結如下:http://download.oracle.com/docs/cd/E22355_01/index.htm 其中主要參考如下幾篇:Administrator'sGuideReferenceGuideOracleInstallation and Setup Guide 開始看了GG

Redhat 中裸裝置(raw) 的配置和oracle中使用

 1、對磁碟進行分區fdisk -l 查看磁碟情況fdisk /dev/sdb 進行分區操作2、配置裸裝置(修改/etc/udev/rules.d/60-raw.rules檔案)在redhat5中1)載入裸裝置ACTION==”add”, KERNEL==”/dev/sdb1″,RUN+=”/bin/raw /dev/raw/raw1 %N”–多個一次累加2)設定raw裝置的使用者和許可權資訊ACTION==”add”, KERNEL==”raw[1-4]“, OWNER=”oracle”,

Oracle Alerts 與 Metrics(警告與度量)說明

一.Alerts 和 Metrics說明官方連結:Monitoring and Tuning the Databasehttp://docs.oracle.com/cd/E11882_01/server.112/e10897/montune.htm#CACCIHAB Alerts help you monitor your database. Most alerts notify youof when particular metric thresholds are exceeded.For

使用VMware Workstation搭建基於Linux的Oracle 10g RAC

打算在虛擬機器上裝把RAC玩玩, google了一通, 發現大多數資料都是基於三思的這篇文章(http://www.itpub.net/thread-1009235-1-1.html), 使用VMware Server來建立基於裸裝置的共用儲存, 而Oracle的官方資料(http://docs.oracle.com/cd/B19306_01/rac.102/b28759/toc.htm)也是使用裸裝置建立共用儲存. 不過使用VMware Workstation也是可以成功搭建10g

Oracle 塊修改跟蹤 (Block Change Tracking) 說明

 Block ChangeTracking 是Oracle 10g裡推出的特性。官網對Block change tracking 的定義如下:       Adatabase option that causes Oracle to track data file blocks affected by eachdatabase update. The tracking information is stored in a block change trackingfile. When

Oracle 執行計畫 提示 ‘PLAN_TABLE’ is old version 解決方案

用set autotrace 或者 explain plan for 產生執行計畫時,有如下提示:Note-----   - 'PLAN_TABLE' is old version 導致這個錯誤的原因是曾經使用toad的執行計畫分析過,所以執行了它內建的指令碼產生了plan_table。 解決辦法,drop掉plan_table後重新建立就可以了。SQL> drop table PLAN_TABLE;Table dropped. SQL>

Oracle 單一實例 從32位 遷移到 64位 方法(三)– 使用匯出匯入 說明

 關於將單一實例從32位遷移到64位,之前整理了幾篇Blog:OracleConverta 32-bit Database to 64-bit Database(32位 轉到 64位)說明http://blog.csdn.net/tianlesoftware/article/details/7252742 Oracle 單一實例 從32位 遷移到 64位

Oracle Linux 6.1 說明

 一.安裝Oracle Linux 6.1Oracle 搞自己的Linux 已經有幾年的時間了,一致沒怎麼留意,今天特意關注了一下,從edelivery上下載了一個Oracle  Linux 6.1 的測試了一下。         安裝過程和Redhat 一樣,不過6.1 的版本多了對ext4的支援,然後在安裝時候提示會多一些。 在定製Server 的時候也比redhat 5多一些.         二.Oracle Linux 說明官網上有篇pdf 的文檔專門介紹了Oracle Linux,

總頁數: 1509 1 .... 275 276 277 278 279 .... 1509 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.