Error ORA-03108 While connecting to database on 8.1.6 from Form 6i

I am getting error while running updates on database running on Oracle 8.1.6. from Form 6i. Both are Oracle latest products and Oracle homes are running Net8 versions shipped with products.
ORA-03108 oranet: ORACLE does not support this interface version.
Are there incompatibility problems in Net8 versions shipped with Oracle products?
null

Can I get some clarification on following:
1. When Form runs as WebForm mode, the webform runs as appellet. Does this mean that connectivity shifts from Net8 to JDBC?.
2. Is there possibility of above error comming because of JDBC connectivity.
Thanks
Sanjay Sharma
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sanjay Sharma ([email protected]):
[Here is further input on the error:
1. I am not running any database link.
2. the error is coming only when form is running as WebForm Mode. It is not coming in Client-Server Mode.
3. The occurance is random. there is no pattern of occurance. The eror might crop-up 5 times in 50 updates. Which is strange???]Originally posted by [email protected]:
[b]Can you confirm if the problem happens with a simpe DEPT table. Ensure you are not using database links or any other complexities. It should be ok to run against this combonation but you may want to remove any possibilites that your application could be contributing to the error.
Regards
Grant Ronald<HR></BLOCKQUOTE>
null

Similar Messages

  • Getting error ORA-12705, while connecting through Sql*Plus?

    Hi TOM,
    While connecting ORACLE Database through Sql*Plus / via through Application. We getting error called "Error while trying to retrieve text for error ORA-12705".
    How to re-solve this one?
    Thanks & Regards,
    Senthil K Kumar.

    Maran,
    check the registry NLS_LANG in the registry rename it as suggested by burleson and add a new entryCurrently, it was more suggested by Maxim ;-)
    Nicolas.

  • Throwing error ORA- 01031 while connecting as sys, but not with system

    Hi
    we are having oracle 10g on one of the server. When I try to connect sqlplus "/as sysdba"..its throwing error
    ORA- 01031: Insufficient privelege.
    But when I tried login with sqlplus system@dbname its getting connected properly. whats the reason behind this? It was
    working fine till yesterday.
    Thanks
    Shiyas M

    The reason for this can partly be seen in your profile,
    you have asked 17 questions, and 17 of them have been unresolved.
    This isn't very likely,
    so likely you are too lazy to label a question as answered.
    Your laziness is also indicated by this question, which is a FAQ, and FAQs are most often asked, by people who
    - don't read documentation
    - don't use online resources
    - don't search this forum
    prior to asking their FAQ.
    Your equation of SYS as SYSDBA and the SYSTEM account is also incorrect, as SYSTEM doesn't have SYSDBA privileges.
    The ORA-1031 simply means someone somehow disabled OS authentication.
    Now it is up to you to find out why.
    Either by using online resources, or by reading documentation, and researching your own database.
    Not by asking a FAQ and never marking any answer as correct.
    Sybrand Bakker
    Senior Oracle DBA

  • Ora-02068 following severe error & ora-03113 while connecting thru DB LINK

    Hi All,
    I am trying to connect to remote Database by using DB Link facing the below error.
    ora-02068 following severe error & ora-03113 end of communication channel.
    Version of Database - 8.0.6 ( source Database)
    Target Database version - 11g ( Target Database)
    Oracle Client s/w used - 9i
    TNSPING from 8 version database to 11g is successful
    C:\Documents and Settings\user>tnsping prdd
    TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 30-MAY-20
    13 10:40:02
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    D:\oracle9i\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (host =xx.xxx.xxx.xx) (Port = 1631))) (CONNECT_DATA =(SID = PRDD)))
    OK (30 msec)
    Connection successful from 8 to 11 Database remotely
    C:\Documents and Settings\user>sqlplus
    SQL*Plus: Release 9.2.0.1.0 - Production on Thu May 30 10:43:00 2013
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name:username/pwd@prdd
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, Oracle Label Security, OLAP
    Data Mining, Oracle Database Vault and Real Application Testing options
    SQL>
    Connected to:
    Oracle8 Enterprise Edition Release 8.0.6.0.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.6.0.0 - Production
    SQL> select * from dual@xxx_dblink.world;
    select * from dual@xxx_dblink.world
    ERROR at line 1:
    ORA-02068: following severe error from xxx_dblink
    ORA-03113: end-of-file on communication channel
    DBLink got created successfully but when ever trying to test the DBlink as above facing the below issue,please help.
    Thanks in advance.

    8.0.6 was desupported a LOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGG time ago
    (you were probably still in your dipers)
    Sqlnet is not compatible for that many releases
    (there has been
    8.1.5
    8.1.6
    8.1.7
    9.0.1
    9.2.0
    10.1.0
    10.2.0
    11.1.0
    11.2.0
    So nine releases.
    This is software, not gasoline.
    Sybrand Bakker
    Senior Oracle DBA

  • Error: ORA-01722 while connecting oracle using OCCI

    Please help,
    I get exception 1722 ORA-01722 Invalid Number while selecting records from oracle database using simple select statement.
    I have allready installed oracle 10.2.0.3.0 Patch 13 from oracle.com.
    Environment: win2k3 (sp2-32 bit), Oracle 10.2.0.3.0, VC++ 2005 (VC8)
    Dump of file vc8test.exe
    File Type: EXECUTABLE IMAGE
    Image has the following dependencies:
    MSVCR80.dll
    MSVCP80.dll
    oraocci10.dll
    KERNEL32.dll
    Summary
    1000 .data
    1000 .rdata
    1000 .rsrc
    2000 .text

    thanx for the reply, here is the source code:
    I am unable to connect to oracle, i have tried every possible combination.
    i had tested using vc++ 2005 and with vc++ 6.0
    The below code is tested on visual c++ 2005 and from oracle 10.2.0 client.
    #include <iostream>
    #include <occi.h>
    using namespace oracle::occi;
    using namespace std;
    class occidml
    private:
         Environment *env;
         Connection *conn;
         Statement *stmt;
    public:
         occidml(string user, string passwd, string db)
              env=Environment::createEnvironment(Environment::DEFAULT);
              conn=env->createConnection(user,passwd, db);
         ~occidml()
              env->terminateConnection(conn);
              Environment::terminateEnvironment(env);
         void displayAllRows()
                   string sqlStmt="select * from tcm_ref_city";
                   stmt=conn->createStatement(sqlStmt);
                   ResultSet *rset=stmt->executeQuery();
                   try{
                        while(rset->next()){
                             cout<< rset->getString(1)<<"\t"<<rset->getInt(2)<<endl;                         
                        }catch(SQLException ex){
                             cout<< "Exception\t"
                                  <<ex.getErrorCode()<<"\t"
                                  <<ex.getMessage()<<endl;
                             stmt->closeResultSet(rset);
                             conn->terminateStatement(stmt);
         int main(void)
              string usr="stltc";
              string pass="stltc";
              string db="stltc";
              int xx;
              cout<<"hello this is rakesh";
              occidml *demo=new occidml(usr,pass, db);
              demo->displayAllRows();
              cin>>xx;
              /*Environment *env1 ;
              Connection *conn;
              env1=Environment::createEnvironment(Environment::DEFAULT);
              Connection conn=env1->createConnection("STLIUC", "STLIUC","IAD");  /
              return 0;
    ******************************************************************************

  • Error while connecting MYSQL Database

    Hi,
    I use a 30 days trial of Crystal Reports 2008. When i try to connect with the database i always get the next error: [http://www.visiscan.nl/error.jpg]
    The database is 4.1GB large and there is 10GB free space on the database.
    Anybody can tell me what to do?

    Hi Tom,
    As I understand the error while connecting to database is
    u201CFailed to retrieve data from databaseu201D
    There could be some could be multiple reasons for this.
    If you are using an ODBC connection then try to check the DSN. Recreate the same and then try.
    If the database is oracle check if native client is installed and try to ping from the native client to check if it responds.
    When connecting to Oracle, ensure that the Service name is identical to that used in the <ORA_HOME>/network/admin/tnsnames.ora file on the BusinessObjects XI Release 2 server.
    For ODBC databases, ensure that the ODBC DSN is exactly the same in the ODBC Manager as on the BusinessObjects XI Release 2 server.
    Please let us know if this helps
    Regards,
    Aditya Joshi

  • Error ORA-02375 while trying to export/import JTF.JTF_PF_REPOSITORY table

    We have already created an SR, In the mean time, trying to see whether anyone else has come across this issue.  Thanks.
    On : 11.2.0.3 version, Data Pump Import
    Error ORA-02375 while trying to import JTF.JTF_PF_REPOSITORY table
    We are getting the below error while performing the full db
    import.
    ORA-02375: conversion error loading table
    "JTF"."JTF_PF_REPOSITORY" partition "EBIZ"
    ORA-22337: the type of accessed
    object has been evolved
    ORA-02372: data for row: SYS_NC00040$ :
    0X'8801FE000004AD0313FFFF0009198401190A434F4E4E454354'
    This issue is
    stopping our upgrade of database from 10.2.0.4 to 11.2.0.3. This is very
    critical for us to be resolved.

    Hi,
    seems this is Character set issue fo source and Target DB check this doc:Unable to Export Table WF_ITEM_ATTRIBUTE_VALUES due to errors ORA-02374, ORA-22337, and ORA-02372 (Doc ID 1522761.1)
    HTH

  • SQLPlus COPY error: ORA-03114: not connected to ORACLE

    This is what I'm trying to do:
    I'm logged into an Oracle 8.1.6 database on a Windows 2000 Professional box and trying to copy data and tables from an Oracle 7.3.4 database on an HP/UX box.
    I log into my 8.1.6 SQLPlus as:
    scott/tiger@testdb
    Then I run the following:
    SQL> set copycommit 1
    SQL> set arraysize 1000
    SQL> copy from user/user1@devp1 -
    create reps_t -
    using -
    select * from reps_tThis is my error:
    ORA-03114: not connected to ORACLE
    Can someone give me a better understand how SQLPlus COPY works and give me an idea how to locate the problems.
    Thanks,
    Laith E.H.
    null

    I think this combination user/user1@devp1
    is not ok.
    U can get good material about copy command
    from technet itself. Just search for Copy

  • Error Message: Unable to connect to Database Contact IT Dept.

    Hi Everyone, there is a problem in login.
    The software is working fine from long time,
    Today all of a sudden while I logged into the software [which was created using oracle/reports 6i] (Version - Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production)],
    I got the error saying Unable to connect to Database Contact IT Dept.
    The same software is working fine in all the systems.
    In only 1 system, that error message is displayed.
    Thank You.

    From this  message,  it is understood that  your  database connectivity credentials is not correct.
    What makes you think that ? Do you know the Oracle error that caused the message ? (which is evidently generated by the application)
    Recently did you changed any password - which may be  hardcoded on form.
    On one client only ?

  • An error has occurred while accessing SQL database or system resources. If this is the first time you have seen this message, please try again later. If this problem persists, please contact your administrator.

    I have SP Server 2010, and when I try to DELETE a rule within an existing Audience, "Property (Account Name) = domain/username", I get this error, "An error has occurred while accessing SQL database or system resources. If this
    is the first time you have seen this message, please try again later. If this
    problem persists, please contact your administrator."  When I try to "MODIFY" the rule I get this error, "One or more values typed on this page are not valid. Check the text for the indicated fields." 
    The last time I checked it was working, I'm not aware of any new updates installed recently?  I did a full Profile Synchronization as well, but still not working, please advise? -- Evenstarline

    Hi Sara,
    First of all thank you very much for your prompt responses. Here are my comments to each of your suggestions below, and just to let you know I am using a Farm Admin account.  I
    was able to do this way after we upgraded from SP 2007 to SP 2010 as well.   I would like to mention I'm not a SP expert, just been given the responsibility due to another person handling it just left, so apologize with some of
    my novice questions below?
    1. When I change the Operators to "Contains" or "Not Contains" get generates this error below.
         Error generating in red towards top of the audience page..."One or more values typed on this page are not valid.  Check the text for the indicated fields."
         Error occurred where you enter your "Value"..."Could not resolve the user identity. Please re-enter the account name."
    2. We have a 3-server-tier topology (SPWeb, SPDB, and SPFarm).  Does the updates only apply to where the Central Admin is installed, which is the "SPFarm"?  I checked all
    3 servers, and NONE of the updates (KB2899494, KB2889845, and KB2883055) you'd mentioned are installed.
    3. I'm new to IISRET, I need to be extra cautious of what I run in production, is this safe to run with no problem?  What does it do?  And How do I run it?
    4. I'm also new to viewing the ULS log.  I'd just downloaded a viewer for it.  I'm assuming the only logs I need to be concern with viewing are within the SPAdmin (where Central
    Admin is installed)?  There's so many of them, what should I be looking for exactly?
    Evenstarline 

  • Error: ORA-03113 while executing complex java code from Oracle PL/SQL

    Hi,
    I am trying to execute a complex java code from Oracle PL/SQL. The classes were resolved successfully. But in the middle of execution, I am getting the following error:
    ERROR:
    ORA-03114: not connected to ORACLE
    begin
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 13685
    Session ID: 21 Serial number: 20
    Is there a way to debug the Java classes loaded into oracle? Or is there any utility to find out why the connection was lost?
    Regards,
    Saravana

    Hi Saravana:
    You could use simply System.out.println(..) at your Java code and see the output at the .trc files generated for your Oracle session.
    Or better than this adding Java Util Logging messages at your code, to see how to use JUL API at the OJVM please see this blog post [Using JUL API inside the OJVM|http://marceloochoa.blogspot.com/2007/11/getting-logging-entering-exiting-and.html].
    Best regards, Marcelo.
    PD: ora-0600 generally are associated with RDBMS bugs, but these bugs can be bypassed by replacing the code which throws the exception by other with a workaround.

  • I keep getting this message An unknown error (-15006) occurred while connecting to the AirPlay device " AirPort Express".

    Please help. I have been having major difficulties with my Airport Express. It used to work fine but for the last year or so it continually disconnects, skips and ultimately drops out and itunes gives me this message "An unknown error (-15006) occurred while connecting to the AirPlay device “AirPort Express”. I keep resetting, unplugging, restarting Itunes, or my computer. It works for a couple of hours and then I get the message again. It's making me nuts and was a bummer at last week's party when we had no music, yet again. I have looked up the support discussions, but there is no answer as to how I can fix it. I am currently using Mt Lion OS. Does this have anything to do with it? Checked for software updates, but nada.
    Any suggestions.

    It may be possible the where you have the AX located may just be in a spot where it does not get a good signal even it is only 8 feet away.
    I suggest that you download and install iStumbler. You will use it to determine the signal quality by making Signal-to-Noise Ratio (SNR) measurements. This will be easiest if your Mac is a laptop ... or you can borrow one. When taking the measurements, you only want your "main" AirPort running as this is what we want to measure at the location of the AX.
    SNR (in dB) = Signal (in dBm) - Noise (in dBm)
    You can easily find the Signal and Noise value using System Profiler on your Mac laptop.
    ref: Click on the Apple icon on the menu bar > About This Mac > More Info... > Contents > Network > AirPort > Interfaces > en1 > Current Network Information > Find your wireless network > Signal / Noise
    While your still in the System Profiler, note the value for Transmit Rate.
    These values should be negative numbers. For example, mine currently read: -67 dBm / -95 dBm, with a transmit rate of 27 (Mbps). Plugging in these numbers yield: SNR = -67 - (-95) = 28. My Mac Mini is about four rooms away from my AEBS with about five walls between them. As you can see, the signal is still quite useable ... but the bandwidth is minimal, especially for streaming.
    SNR Guideline
    40dB+ SNR = Excellent signal
    25dB to 40dB SNR = Very good signal
    15dB to 25dB SNR = Low signal
    10dB to 15dB SNR = Very low signal
    5dB to 10dB SNR = No signal
    Please post back your results.

  • HT204291 at times error 6722 appears while connecting to airplay device "apple tv"

    at times error 6722 appears while connecting to airplay device "apple tv".  i have restarted the apple tv several times but it keeps doing the same thing, at times the pictures appears without sound from my sound system. what is the  problem, my apple tv and macbook pro is new?

    As an update, tried to connect from a Macbook Pro with an older ITunes and all devices show up, connect and work fine.

  • An unknown error (-15006) occurred while connecting to the AirPlay device AirPort Express". How do I solve this?

    An unknown error (-15006) occurred while connecting to the AirPlay device to my AirPort Express”.  Does anyone know how to solve?

    It may be possible the where you have the AX located may just be in a spot where it does not get a good signal even it is only 8 feet away.
    I suggest that you download and install iStumbler. You will use it to determine the signal quality by making Signal-to-Noise Ratio (SNR) measurements. This will be easiest if your Mac is a laptop ... or you can borrow one. When taking the measurements, you only want your "main" AirPort running as this is what we want to measure at the location of the AX.
    SNR (in dB) = Signal (in dBm) - Noise (in dBm)
    You can easily find the Signal and Noise value using System Profiler on your Mac laptop.
    ref: Click on the Apple icon on the menu bar > About This Mac > More Info... > Contents > Network > AirPort > Interfaces > en1 > Current Network Information > Find your wireless network > Signal / Noise
    While your still in the System Profiler, note the value for Transmit Rate.
    These values should be negative numbers. For example, mine currently read: -67 dBm / -95 dBm, with a transmit rate of 27 (Mbps). Plugging in these numbers yield: SNR = -67 - (-95) = 28. My Mac Mini is about four rooms away from my AEBS with about five walls between them. As you can see, the signal is still quite useable ... but the bandwidth is minimal, especially for streaming.
    SNR Guideline
    40dB+ SNR = Excellent signal
    25dB to 40dB SNR = Very good signal
    15dB to 25dB SNR = Low signal
    10dB to 15dB SNR = Very low signal
    5dB to 10dB SNR = No signal
    Please post back your results.

  • HT1595 An error occurred (-6722) while connecting to the AirPlay device "Apple TV"

    An error occurred (-6722) while connecting to the AirPlay device “Apple TV”

    I was trying to connect my macbook air to my apple tv when getting this error.  It turned out to be the firewall on the macbook air blocking airplay.  Try turning off the firewall to see if it works for you.

Maybe you are looking for

  • 11.1.2 Essbase config:can't choose"Connect to a previously configured SS db

    I opened a case with Tech Support but they are a slow to respond, and I haven't found anything searching online, and I've already wasted a day on this with a very tight deadline, and I know you guys are brilliant, so I wanted to see if anyone has any

  • IPad mail crashes

    I just updated my iPad 3 to iOS 6.3.1 and my mail crashes every time I try to open it. I messed with the accounts and found that GMAIL is the cause. I have tried powering it on and off, a hard reset, resetting the network settings, deleting the gmail

  • IPhone no longer able to join Airport wireless

    Hello fellow Apple users, I have an iPhone 4 and an Airport Extreme 802.11n (4th g).  It all used to work fine until a couple of weeks ago.  I did not make any changes to the AP.  The Airport is running the latest (7.5.2) and the iPhone is on 5.0.  T

  • In a Form, how can I populate a field?

    I created a form based on a table to be used for updating records. One of the columns is USER_LAST_MODIFIED. When the user opens the form, he will see USER_LAST_MODIFIED filled out with the last user who updated that row. If the user hits Update, I w

  • Assistance class not instantiated in the component controller of an ABAP WD

    I have a very weird problem when trying to launch an ABAP webdynpro I get a short dump, looking into it the assitance class does not get instantiated properly so it falls over.  It used to work, but I don't think I have substantially changed anything