Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
database link URGENT PLZ

database link URGENT PLZ

2004-03-02       - By Waleed Haggagy
Reply:     1     2     3     4     5     6     7     8     9     10     >>  



ORA-03113 (See ORA-03113.ora-code.com) end-of-file on communication channel

odbc is working good


From: Tanel Põder <tanel.poder.003@(protected) >
Reply-To: oracle-l@(protected)
To: <oracle-l@(protected) >
Subject: Re: database link URGENT PLZ
Date: Tue, 2 Mar 2004 08:48:58 +0200
MIME-Version: 1.0
Received: from turing.freelists.org ([206.53.239.180]) by
mc2-f35.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Mon, 1 Mar 2004
22:49:09 -0800
Received: from turing (localhost [127.0.0.1])by turing.freelists.org (Avenir
Technologies Mail Multiplex) with ESMTPid 7C391394C6C; Tue, 2 Mar 2004
01:45:29 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Tue, 02 Mar 2004 01:45:28
-0500 (EST)
Received: from MXR-1.estpak.ee (ld3.estpak.ee [194.126.101.102])by
turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id
79FE1394C5Ffor <oracle-l@(protected) >; Tue, 2 Mar 2004 01:45:25 -0500
(EST)
Received: from localhost (reha1 [127.0.0.1])by MXR-1.estpak.ee (Postfix)
with ESMTP id 31270638F1for <oracle-l@(protected) >; Tue, 2 Mar 2004
08:49:03 +0200 (EET)
Received: from MXR-1.estpak.ee ([127.0.0.1]) by localhost (reha1
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23353-08 for
<oracle-l@(protected) >; Tue, 2 Mar 2004 08:49:03 +0200 (EET)
Received: from porgand (213-35-251-243-dsl.kvm.estpak.ee [213.35.251.243])by
MXR-1.estpak.ee (Postfix) with SMTP id E766F638ECfor
<oracle-l@(protected) >; Tue, 2 Mar 2004 08:49:01 +0200 (EET)
X-Message-Info: JGTYoYF78jENmibMmBAFfOO2C4nj/aWW
X-Original-To: oracle-l@(protected)
Delivered-To: oracle-l@(protected)
Message-ID: <01f301c40022$71fd99f0$b8fb23d5@(protected) >
References: <BAY1-F10hjx7ciQ7SBZ0000696a@(protected) >
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-Virus-Scanned: by amavisd-new at neti.ee
X-archive-position: 228
X-ecartis-version: Ecartis v1.0.0
Errors-To: oracle-l-bounce@(protected)
X-original-sender: tanel.poder.003@(protected)
Precedence: normal
X-list: oracle-l
Return-Path: oracle-l-bounce@(protected)
X-OriginalArrivalTime: 02 Mar 2004 06:49:09.0479 (UTC)
FILETIME=[76C5F770:01C40022]

What error message are you getting?

Tanel.

-- -- Original Message -- --
From: "Waleed Haggagy " <haggagy@(protected) >
To: <oracle-l@(protected) >
Sent: Tuesday, March 02, 2004 7:57 AM
Subject: database link URGENT PLZ


> thx Tanel for yr replay,
> i do what u said,
> but it is not working
>
>
> plz check my code for connect to db2 on as400 (aserver is odbc
connection
> to db2)
>
> LISTENER =
> (DESCRIPTION_LIST =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
> )
> )
> )
>
> SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = hsodbc)
> (ORACLE_HOME = D:\oracle\ora81)
> (PROGRAM = hsodbc)
> )
> (SID_DESC =
> (GLOBAL_DBNAME = ORCLSURV)
> (ORACLE_HOME = D:\oracle\ora81)
> (SID_NAME = ORCLSURV)
> )
> )
>
>
>
>
> HSODBC =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = tcp)(HOST = LOCALHOST)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVICE_NAME = hsodbc)
> )
> (HS = OK)
> )
>
>
>
> # This is a sample agent init file that contains the HS parameters that
are
> # needed for an ODBC Agent.
>
> #
> # HS init parameters
> #
> HS_FDS_CONNECT_INFO = ASERVER
> HS_AUTOREGISTER = TRUE
> HS_DB_NAME = HSODBC
> #HS_FDS_TRACE_LEVEL = 0
> # HS_FDS_TRACE_FILE_NAME = hsodbc.trc
>
>
> #
> # Environment variables required for the non-Oracle system
> #
> #set <envvar >= <value >
>
> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> put 'unsubscribe ' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --