oracle ora-00997 problems【Blog 搬家】
oracle ora-00997 problems
Oracle8i,9i 中對Long 操作有一個限制.就是:
所有的select,Update,lock tables 的所有Long columns 必須在同一個Database中.
而你的SQL,正好選取了兩個long columns 分別在兩個database 上.所以會出現 ora-00997 的錯誤.
傳送時間: 2005年4月19日 13:11
收件人: Lis Li
主題: all_tab_columnsselect a.column_name,a.data_type,a.data_length,a.nullable,a.data_default,b.data_type,b.data_length,b.nullable,b.data_default
from all_tab_columns a,all_tab_columns@acmtest b
where a.owner = 'BQY'
and b.owner = 'BQY'
and a.table_name = 'MBM'
and b.table_name = 'MBM'
and a.column_name = b.column_name
and ((a.data_type <> b.data_type) or (a.data_length <> b.data_length) or (a.nullable <> b.nullable) or (a.data_default<>b.data_default))
myhuaer 發表於:2005.04.19 13:47 ::分類: ( Oracle Infomation ) ::閱讀:(599次) ::
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/34596/viewspace-661923/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Good site on Oracle tech blogGoOracle
- git - problemsGit
- Week 11 Problems
- Week 4 Problems
- CF727F [Polycarp's problems] & [EX_Polycarp's problems]
- LeetCode Flatten Related ProblemsLeetCode
- 部落格搬家
- 搬家成功了!
- 搬家到掘金
- Problems in Mathematical Analysis (American First Edition)
- 簡書搬家啦!
- 圖靈搬家啦!圖靈
- Oracle資料庫搬家牽扯出的一些知識點記錄Oracle資料庫
- 搬家到雲棲啦
- Week 8 Problems 幽夜默示錄
- First Blog
- GitHub BLOGGithub
- a new blog
- Discuz!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 論壇搬家記錄
- Discuz!! 論壇搬家記錄
- 帝國CMS搬家步驟
- 搬家公司的選擇
- 無厘頭物理模擬搬家遊戲《胡鬧搬家》賣出100萬份遊戲
- TKDE 2017:A Comprehensive Survey of Graph Embedding: Problems, Techniques and ApplicationsAPP
- dedecms 搬家 / dedecms error warning!錯誤Error
- 雲棲blog
- blog1
- My first blog!
- 串列埠blog串列埠
- BLOG2
- blog-1
- My First Blog
- About My Blog
- Blog目錄
- Porch:2021年搬家趨勢報告
- create-a-blog-post
- Gin 搭建 Blog APIsAPI
- java-BLOG-1Java
- java-BLOG-2Java