1. 程式人生 > >ORA-00980: synonym translation is no longer valid", version 9

ORA-00980: synonym translation is no longer valid", version 9

 
You Asked
1.在資料庫中的概念 同義詞(synonym)是指向其它資料庫表的資料庫指標。
Hi Tom,

  I run Oracle 7.3 for years in Window NT machine with an C++ application and it work
fine.

  I recently updated my Oracle to 9i in Windows 2000 to my new machine (different
machine).  After Imported the database from my old machine to a new one my application
wrote in C++ no longer work and came up with an error

*********
ERROR:
CDBException Generated.
ORA-00980: synonym translation is no longer valid
Option value changed.

Please close and Restart Application.

***************

Thanks. your answer is greatly appreciated.

David
 


and we said...
that means you lost some object/access to some object when you did your move.  That error
simply means "synonym is still here, but the object it points to is inaccessible".  It
could be inaccessible due to a missing grant, or due to the object not being there.

You need to find out what synonym it is, query the data dictionary to figure out what
object it points to and figure out why you no longer have access to that object.

[email protected]> create synonym s for t;
Synonym created.

[email protected]> select * from s where rownum = 1;

C
----------
1

[email protected]> drop table t;
Table dropped.

[email protected]> select * from s where rownum = 1;
select * from s where rownum = 1
              *
ERROR at line 1:
ORA-00980: synonym translation is no longer valid

相關推薦

ORA-00980: synonym translation is no longer valid", version 9

  You Asked 1.在資料庫中的概念 同義詞(synonym)是指向其它資料庫表的資料庫指標。 Hi Tom,   I run Oracle 7.3 for years in Window NT machine with an C++ application an

xcode7在真機除錯的時候出現"The identity used to sign the executable is no longer valid"

出現這個錯誤的原因是描述檔案過期. 如圖(借的圖): 大家都知道,在Xcode7中真機除錯不在需要配置開發者證書和描述檔案. 那出現這個問題的原因是Xcode自己配置的描述檔案過期. 解決辦法: 1.Xcode --

The identity used to sign the executable is no longer valid

測試環境:Xcode 7.1 , OS X 10.11 有時候回家繼續做公司專案時,真機除錯經常會碰到如下圖所示的問題 解決方法: 1.開啟鑰匙串訪問,會發現證書已被撤銷的紅色警告,選中該證書,右鍵刪除 2.接著執行專案,出

xcode在真機除錯的時候出現"The identity used to sign the executable is no longer valid"

換了新mac,使用在同學那邊拿到證書和provisioning檔案,在真機除錯的時候出現瞭如標題一樣的錯誤。開始以為是因為證書和provisioning檔案都需要重新搞過,然後才發現是因為在xcode中的Build Settings中沒有設定好Provisioning Pr

MongoDB的C#驅動報錯Server instance 127.0.0.1:27017 is no longer connected的解決方案

http bottom get lac soft onload nload on() kill 使用C#的MondoDB驅動,一直沒問題。結果最近,MongoCursor的ToList方法,取列表,總是報錯 Server instance 127.0.0.1:27017

Android NDK APP_STL gnustl_shared is no longer supported 報錯處理

錯誤原因:APP_STL gnustl_shared 不再被ndk支援。 由於 Android OS 放棄GCC轉向了 Clang 編譯器, 所以 NDK 將移除GCC, 所以建議用Clang編譯你的程式。 修改 Applicaiton.mk 中的相關配置 1. APP_

Selenium: either the element is no longer attached to the DOM, it is not in the curren

either the element is no longer attached to the DOM, it is not in the curren 元素不再附加到DOM 解決方法 每次都重新尋找xpath,並且加上延時 while n < 30 :

JNI開發篇——報錯:Flag android.useDeprecatedNdk is no longer supported and will be removed in the next……

大概意思就是說: android.useDeprecatedNdk不再支援了 讓使用CMake or ndk-build 然後還有連結 解決方法: 1、先通過SDKManager下載:CMake和LLDB 2、在build.gradle的defaultConfig節點下加入:

Linux修改執行級別:inittab is no longer used when using systemd.

現象: 不管是輸入命令 init 3 或者 init5 ,重啟後都是直接進入圖形介面 vim /etc/inittab 檢視,內容如下: # inittab is no longer used when using systemd. # # ADDING CONFIGUR

Xcode工程編譯錯誤之iOS開發之Xcode9報錯 Compiling IB documents for earlier than iOS7 is no longer supported.

概要:   在我們升級到Xcode9時,最低的編譯版本為iOS8,但是在使用一些SDK的時候就會報出Compiling IB documents for earlier than iOS7 is no longer supported. 這句錯誤,這個時候我們點選錯誤跳轉到Xib或Storyboard中隨後

遇到問題---mongodb--Usage of 'UserCredentials' with 'MongoClient' is no longer supported

轉載請註明出處:遇到問題—mongodb–Usage of ‘UserCredentials’ with ‘MongoClient’ is no longer supported 遇到問題 SpringMVC的專案中使用spring-data-mongodb驅動包進行讀寫mong

Mike Morhaime is no longer the CEO of Blizzard

Mike Morhaime, the man who co-founded gaming giant Blizzard Entertainment in 1991 (originally under the name Silicon & Synapse) and oversaw the launch

When Your Body Is No Longer Yours

Have you ever wondered whether your arm actually belongs to you? I’d bet most people answer with a resounding “no”—because who would ask themselves such a

解決 Reason: The setting `flush_size` in plugin `elasticsearch` is obsolete and is no longer available

[[email protected] logstash-6.4.2]# ./bin/logstash -f etc/logstash_indexer.conf -t Sending Log

Unity中剛開啟顯示“this link is no longer vailed”

最近使用Unity時,會彈出來一個介面顯示"this link is no longer vailed",大概就是說此連結失效,以下說幾種解決辦法: 1.這是最笨的辦法。就是在斷開網路連線狀態下使用,也就是Work Space狀態下。(不建議使用) 2.出現這種情況就是網路防護牆的問題。 ①

遇到問題---mongodb--Usage of 'UserCredentials' with 'MongoClient' is no longer supported

遇到問題 SpringMVC的專案中使用spring-data-mongodb驅動包進行讀寫mongodb。 包的pom.xml如下 <dependency> <groupId>org.springframework.data

weblogic The transaction is no longer active

   總部有個系統tzjh工作流報流程超時,無法走下去。分析效能問題,按我的風格,先做一個httpwatch的結果,根據結果大致定位。    看到結果後就是一個主請求很慢,定位到是java和SQL的問題,weblogic服務一切良好。找出問題時段的Oracle AWR,可以看到下面的SQL執行了4百多秒。  

Android studio 3.0 and sd報錯Error: Flag android.useDeprecatedNdk is no longer supported and will be r

今天學習用NDK進行開發,執行到手機上報了個錯,先把錯誤日誌貼上:Error: Flag android.useDeprecatedNdk is no longer supported and will be removed in the next version of An

iOS開發之Xcode9報錯 Compiling IB documents for earlier than iOS7 is no longer supported.

在我們升級到Xcode9時,最低的編譯版本為iOS8,但是在使用一些SDK的時候就會報出Compiling IB documents for earlier than iOS7 is no longe

iOS開發中解決Compiling IB documents for earlier than ios 7 is no longer supported的問題

問題: 在利用Xcode9執行之前的專案的時候報錯: Compiling IB documents for earlier than ios 7 is no longer supported。(編譯比ios7更早的IB文件不再受支援。) 找到報錯的