ORA-012203 error ----after the installation of forms 10g

I have forms6i in C: and installed forms 10g in other drive....but now when i am trying to connnect forms6i application i get this error ORA-012203 Unable to connect to destination
i have even seen this thread but it did not help much
Re: Forms 6i - ora-012203 tns:unable to connect to the destination

Once you locate all of your TNSNAMES.ora files, identify one as your main file. Make sure all of your connections are located in this file and are correct.
Then go to every other TNSNAMES.ora file and replace everything in the file with ifile=<directory_path/filename>
For instance, mine is:
ifile=C:\DevSuiteHome_1\NETWORK\ADMIN\tnsnames.ora
Now you only have to maintain one file for your multiple tools
Edited by: ChrisBaker on Jan 4, 2010 5:59 AM
I used this to check whether this solution works or not......after i tried the abv sol ... i dont ger ora -012203 but i get ora 012154 -TNS:could not resolve the connect identifier specified... i have checked my tnsnames.ora n everything is right in it

Similar Messages

  • BPC error after the installation

    Hi Experts,
    I have completed BPC 7.0 SP2 installation and connected BI 7.0 instance (EHP1 installation completed sucessfully, added BPC add-on). i installed BPC Admin client and connected to APSHELL but when i am trying to create new app set by coping existing one or try to modify any task profiles, i am getting errors like GetTaskProfileData() with object refreence not assigned. log file showing below error.
    ==============[BPC Exception Logging]==============
    [Message Type] : ERROR
    [Job Name]     : ReleaseAllLockOfUser
    [DateTime]     : 2/26/2010 2:25:35 AM
    [UserId]       : SYNOPSYS\venkatrd
    [Exception]
        DetailMsg  : {Method OSoft.Services.Webservice.FileAccessService.FileAccessService.ReleaseAllLockOfUser not found.}
    ==============[BPC Exception Logging End ]==============
    please suggest on this bcoz i stuck up in the middle of this task.
    thanks
    Venkata

    Hi All,
    thank you all for your valuable time for me.
    i am able to trace out the issue, this was cuased with "Message Queue" format, i followed as per the installation document like queue name is Private$\bpcmessagequeue , it went fine last installation and worked fine.
    but this time, i have given same format but system configuration file has taken into wrong format and unable to read task status from queue cuased the issue. i have correct using below format.
    <HOSTNAME>\$Private\bpcmessagequeue, this format for remote queue, but even requesting same format for local queue also.
    anyway thank you all once again for your efforts.
    thanks
    Venkata

  • Apache Error During the Installation of Oracle 10g Infrastructure

    Hi,
    I am installing the Oracle 10g Infrastructure.During the OPMN Configuration Assistant Installation, i encountered the Apache error. The error is failed to start a managed process after the maximum entry limit. I tried this command: opmnctl startproc ias-component=HTTP_Server but still the windows displays this message: Apache.exe has encountered a problem and needs to close. When I open the logs located at <ORACLE_HOME>\opmn\logs\HTTP_Server.log, the logs says Unclean shutdown of previous Apache run?. I tried to uninstall using deconfiguration.pl but the program says that its ok to use the Universal installer. I uninstall then deleted the entries at the registry and then reinstall it, but still, it displays the error. Are there any solution that can solve this problem?
    I am installing in windows xp service 2. My oracle infrastructure version is 10.1.2

    Hi,
    There is no error_log file under this directory: <ORACLE_HOME>/Apache/Apache/logs. Maybe the cause is the conflict of computer name. I'll keep you posted as long as I finish installing the application.

  • Buffer to small ORA-22835 error after migration from 9i to 10g

    Hello Oracle-Experts,
    I had to calculate hash-values for a corresponding clob-field which worked with oracle 9i (9.0.2.1)
    After migration to oracle 10g (10.2.0.1.0) I get an ORA-22835 error (Buffer too small for CLOB to CHAR conversion.
    Here is the output for the 10g version:     
         SQL*Plus: Release 10.2.0.1.0 - Production on Mi Jun 13 16:19:28 2007
         Copyright (c) 1982, 2005, Oracle. All rights reserved.
         Verbunden mit:
         Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
         With the Partitioning, OLAP and Data Mining options
         SQL> CREATE TABLE test_conv (value CLOB);
         Tabelle wurde erstellt. (Table created.)
         SQL> DECLARE vLong LONG:= LPAD('M',4400,'M');
         2 BEGIN
         3 INSERT INTO test_conv(value) VALUES (vLong);
         4 END;
         5 /
         PL/SQL-Prozedur erfolgreich abgeschlossen. (PL/SQL procedure successfully completed.)
         SQL> SELECT dbms_utility.get_hash_value(value,1,power(2,30)) from test_conv;
         SELECT dbms_utility.get_hash_value(value,1,power(2,30)) from test_conv
         FEHLER in Zeile 1:
         ORA-22835: Puffer zu klein für Konvertierung von CLOB zu CHAR oder BLOB zu RAW
         (tatsächlich: 4400, maximal: 4000)
         (Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 4400, maximum: 4000))
    This is the result with     9i
         Verbunden mit:
         Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
         With the Partitioning, OLAP and Oracle Data Mining options
         JServer Release 9.2.0.1.0 - Production
         SQL> CREATE TABLE test_conv (value CLOB);
         Tabelle wurde angelegt.     (Table created.)
         SQL> DECLARE vLong LONG:= LPAD('M',4400,'M');
         2 BEGIN
         3 INSERT INTO test_conv(value) VALUES (vLong);
         4 END;
         5 /
         PL/SQL-Prozedur wurde erfolgreich abgeschlossen. (PL/SQL procedure successfully completed.)
         SQL> SELECT dbms_utility.get_hash_value(value,1,power(2,30)) from test_conv;
         DBMS_UTILITY.GET_HASH_VALUE(VALUE,1,POWER(2,30))
         478332438
    Any help is appreciated.
    Best Regards
    Matthias

    You have hit a bug, 3984527 - CLOB LARGER THAN 4000 INSERTED INTO VARCHAR2(4000) COLUMN IS.
    You may want to check this metalink note: Note:388512.1 for further explanation and workarouds.
    From the error message manual, Verbatim:
    ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: string, maximum: string)
    Cause: An attempt was made to convert CLOB to CHAR or BLOB to RAW, where the LOB size was bigger than the buffer limit for CHAR and RAW types. Note that widths are reported in characters if character length semantics are in effect for the column, otherwise widths are reported in bytes.
    Action: Do one of the following:
    1. Make the LOB smaller before performing the conversion, for example, by using SUBSTR on CLOB
    2. Use DBMS_LOB.SUBSTR to convert CLOB to CHAR or BLOB to RAW.
    ~ Madrid.

  • Error during the installation of ORACLE 10g for SAP MDM 5.5

    Hi all,
    I am installing ORACLE 10g on a SUSE LES 9 for a future MDM 5.5 system. While I launch the Installer I get the following error:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-09-26_07-11-46AM. Please wait ...oracle@mucsapt2:/home/lrougkal/OraDb10g/database> Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-09-26_07-11-46AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            at java.lang.System.loadLibrary(Unknown Source)
            at sun.security.action.LoadLibraryAction.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
            at sun.awt.DebugHelper.<clinit>(Unknown Source)
            at java.awt.Component.<clinit>(Unknown Source)
    I have installed all the required packages from SUSE :
    binutils-2.15.90.0.1.1-32.10
    gcc-3.3.3-43.41
    gcc-c++-3.3.3-43.41
    glibc-2.3.3-98.61
    gnome-libs-1.4.1.7-671.1
    libstdc++-3.3.3-43.41
    libstdc++-devel-3.3.3-43.41
    make-3.80-184.1
    pdksh-5.2.14-780.7
    sysstat-5.0.1-35.7
    xscreensaver-4.16-2.6
    Any ideas?
    Thanks in advance,
    Loukas

    Hi Elmar,
    I have checked the packages and the XFree86-libs-4.3.99 is not installed. I guess I will have to install it.
    Now your question about oracle user. I am not sure if you have performed any SAP MDM installation with ORACLE RDBMS but the installation guide is totally different than the normal SAP inst guides. Indeed someone needs to install separately SAP MDM and ORACLE and in my installation I do not install NetWeaver since it is not mandatory for the testing phase of the project. You can have a look at the guide (it is very poor -no reference to ORACLE details):
    https://websmp105.sap-ag.de/~sapidb/011000358700000271882007E
    So the official ORACLE inst gudie says to install the ORACLE software with the oracle user.
    Rgds,
    Louka

  • Error during the installation of OWB 10g: ins_plsql.mk

    Hello,
    When trying to install OWB10g for Linux, the error to proceed is presented:
    "Error in invoking 'install' of makefile '/oracle/OWB10g/plsql/lib/ins_plsql.mk'."
    The DB is 9.2.0.5 and the SO is Red Hat Enterprise Linux 3.
    Trankful for the attenction.
    Marcos Freitas

    Marcos,
    We have seen these makefile errors on Solaris if ORACLE_HOME is not set to OWB before start of OUI install.
    If OWB is installing to /home/owb, ORACLE_HOME needs to point to /home/owb even if the dir does not exist before the start of Install.
    Can you please try that?
    Thanks,
    Mark.

  • On my Mac, after the installation i get this error when i start - Premiere Elements 13.0 has encountered an error. [/Adobe/pre/main/MediaCore/ASL/Foundation/Make/Mac/../../Src/DirectoryRegistry.cpp-283] any ideas how to fix this

    On my Mac, after the installation i get this error when i start - "Premiere Elements 13.0 has encountered an error. [/Adobe/pre/main/MediaCore/ASL/Foundation/Make/Mac/../../Src/DirectoryRegistry.cpp-283]"
    any ideas how to fix this, i don't know or haven't faound out how to contact Adobe supporet....

    Here's the contact link for Adobe support. It's just three clicks from the site's home page.
    Contact Customer Care

  • ORA-20001 GET_BLOCK-ERROR during the installation of an application

    hi people,
    I' ve got the following error during the installation of an application in apex 2.2.
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02047: cannot join the distributed transaction in progress <pre>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';end;</pre>
    Can anybody help me?
    Message was edited by:
    user512746

    hi,
    db-version is oracle 10g r2
    os windows server 2003
    the error occured when two ore more people working in their workspaces but not when only one person working in his workspace
    Message was edited by:
    user512746
    Message was edited by:
    user512746

  • After the installation of your software 11.02.25 it appears an error (-42110) What can I do to repair it?

    What can I do to repair error -42110 after the installation of your solftware update to version 11.0-2-25 ?

    http://support.apple.com/kb/TS1424
    http://support.apple.com/kb/TS3297

  • Not able to open Admin Tool in OBIEE 10.1.3.1 after the installation

    Hi Friends,
    After installing OBIEE (10.1.3.4.1 in Windows) i am not able to open Admin tool,when i click on the Administration it doesnt respond and i dont see any error message either.i have installed 10.1.3.1 several times before and i never faced this type of issue.I re-installed 4- 5 times and overwritten the existing s/w but still see the same issue.I am able to start the services and default RPD is working fine but not able to open the RPD and also i am able to launch the Catalog Manager.
    I searched online but it didn't help me,please share if anyone has faced the similar issue before and found the resolution.

    i tried to launch the Admin tool from OracleBI\server\Bin after the installation but its not responding,seems issue with Admin Tool as i am able to launch other applications.

  • ORA-00372 error after DB backup

    Hello,
    After performing a backup on tape using Amanda, one of the tablespaces is generating an ORA-00372 error. The DB is 10g1, on Solaris' SunOS 5.10.
    ORA-01110: data file 6: '[path]/filename.dbf'
    ORA-00372: file 6 cannot be modified at this time
    ORA-01110: data file 6: '[path]/filename.dbf'
    While trying to log in sqlplus as a regular user, I get the ORA-01033 message:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    I can log in as sysdba, to find out that the DB is only mounted, when I issue an 'alter database open;' I get the 00372 error above.
    The RMAN backup sequence was the following:
    run {
    allocate channel ch1 type disk;
    backup
    incremental
    level=0
    database;
    release channel ch1;
    After the backup, the state of the DB was not checked, but some application process that used it stopped responding, so after trying to restart the process, a reboot command was issued from a shell - I don't know if this has anything to do with the actual state of the DB.
    - What can I do to get the DB to the open state ('alter tablespace ... online' doesn't work with the DB in mounted state)?
    - What possibly generated this particular situation?
    Thank you all for any ideas,
    Adrian

    I tried to retrieve the status of the tablespaces with the following query
    select     TABLESPACE_NAME, STATUS, CONTENTS
    from      dba_tablespaces
    order      by TABLESPACE_NAME
    but I cannot run it, as the DB is only mounted - I get the error:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    Is there another way to find out? And I don't know how to find the status of the file...

  • Who kills your iPod after the installation of iPod updater?

    Hello all,
    First, sorry for my poor English. I am not a professional nor a technician and I could be wrong, so please correct me. There are many problems reported mainly from the PC users that their iPod can't be recognized nor mounted after the installation of the latest iPod updater. Most of them claimed that the iPod updater kills their beloved iPods. Before we jump to a conclusion, we must understand what is iPod, and how does the iPod update work.
    I believe that iPod equals a basic computer and need a OS in order to communicate with the PC. Installation the Updater will format the Hard disk of the iPod and then install the simple OS, so if we open the iPod updater file, it will show a window with two buttons i.e. Restore and Update, an Update is to copy the latest OS over the old version, but the Restore will format the hard disk before it install the OS over it. And importantly, during this process, the iPod needs sufficient of power to complete the upgrade, however, the problem comes just after the format, and the PC's USB (only 2 will work not 1.1) does not supply the stable power,even some cases that iPod does not get charge in the half way of installatin (a proper installation, you will see a running bar showing on the iPod screen just after the format), so you can imagine a hard disk got format but only got an uncompleted OS, of course, the iPod would not get recognized and mounted, and do not manage to communicate with the computer. At this stage the iPod will show a Sad iPod icon, a folder with exclamaiton points or a battery charging icon.
    So, what would you do when it reach at this stage, a Reset would not work, and you would not able to do the Restore as the iPod is totally unrecognized by the computer.
    Therefore, is there anyway to solve this problem, in my opinion and from my past experience, the answer is "yes", the simple way is to put your iPod in Disk Mode, when it plug to the computer, it will show as an external Hard Disk, you must fix it by doing a format (RESTORE would not work at this stage as it still can't recognized and mounted), in Mac we can use "Disk Utility" but the XP would not allow you to do the format in FAT32. After the formatting, replug the iPod with the computer, then it can be mounted and allow you to do the RESTORE.
    In addition, I find an interesting point is, if your iPod formatted with a Mac, you will have better chance to be mounted with a PC, even your iPod does not complete the process of the installation of the iPod updater, and a PC formatted iPod will be likely to be fixed by a Mac as well.
    How should we do before the update of the lastest software, for the XP user please do the following:-
    1. Go to the system restore and create a check point in order to revert back to the previous version of the iPod updater, or do the back up using the 3rd party software such as Ghost or Go Back.
    2. To have a test and make sure the PC's USB works properly. You can use the iPod or a PDA, and just make sure it got charged.
    3. Have your iPod a full charge before the installation of the iPod updater
    So, who is the main killer for the iPod?
    For further infomation please read the following link - which wrote by a groups of great people - thank you guys
    http://discussions.info.apple.com/webx?128@@.68ae8668

    Hello Shanker Ghimire,
    Please try run the following command:" devenv /resetuserdata " to have a test, it will clear all your settings. 
    By the way, have you ever got any error when install that Visual Studio SDK?
    In case there are some unknown errors, I'd like to ask you for some logs. Please use 
    http://aka.ms/vscollect 
    to gather the installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://skydrive.live.com/ 
    and share the link here.
    Best regards
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error message-The installer has insufficent privileges to modify this file:C:\Program Data\microsoft\windows\start menu\programs\iTunes\.iTunes.ink

    error message-The installer has insufficent privileges to modify this file:C:\Program Data\microsoft\windows\start menu\programs\iTunes\.iTunes.ink     
    How do I correct this to download iTunes so it will run?

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • I'm getting a message that there is an error in the installer file for the 30 day trial of Acrobat Pro - Can that be fixed?

    I just tried to download - 3 times - 2 from I.E. 11 and 1 from Chrome - all get the same result that there is an error in the installer file.
    I'm not seeing any way to contact Adobe directly, only forums and this one seems closest to what might be helpful.  Thanks for any advice you can provide.

    use a different (wired) internet connection and/or a download manager.  you can also try dl'g from prodsigntools.com
    to dl from prodesign.com, go here:  http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    if you have a problem starting the download, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common problem is caused by failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com). 
    failure to obtain that cookie results in an error page being displayed after clicking a link on prodesigntools.com or initiates the download of an incorrect (eg, current) version.

  • HT1459 Last night I was installing an itunes upgrade but there a problem . Error in the installation of the runtime c+. Now I am unable to access iTunes

    I was upgrading my iTunes program last night, but there was an error in the installation. Runtime error of incorrectly installing of C+ by the program. Now I can not access my iTunes program. Is there a fix to this problem?

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

Maybe you are looking for

  • Product Variation Select Box Issue

    HI all! I'm having an issue with the production variations that I have out of stock and they're still showing in the select dropdown menu. I have tried to get support on this but they're telling me that it's something to do with my template. I haven'

  • Trouble using Paypal at the iTunes store

    I have an iTunes account. I have enjoyed trouble free service, until now. I decided to set up my daughter with her own account. First, I set up a Paypal account for here and put a little cash in it. Then, she and I set up an iTunes account for her, a

  • Rounding in Sales Order using DI-API

    Hello, We have an add-on which creates salers orders from emails. Upto 2005 B, this has been working perfectly. But after upgrading to 2007 B, the rounding has stopped taking place. So, if the document total comes to INR 554.32 - it remains as it is

  • Why won't Foxfire load?

    Tried to load it 3 times from this morning to now, starts to load, gets to 97 percent, the message appears that says it couldn't download

  • IPad crashes when editing photo

    My iPad 2 is crashing and turning back on when I edit a photo in iPhoto. It seems to only occur when editing a screen shot. I am rummimg IOS v 5.1. I am seeing errors in the diagnostics for the panic.plist eight the following info: Incident Identifie