Forms Developer: ORA-12560 error message

I am a novice Oracle 10g user, and have reached a dead-end regarding opening an existing form (.fmb) in Forms Builder. The ORA-12560 error message is generated:
"TNS protocol error". Consulting OTN, I learned that the Oracle SID service is required to be started for a form to be displayed in a web browser. When I checked the services window in XP Professional, I found OracleServiceOrcl to be started. I also specifed iexplore.exe to in the Runtime tab in Forms Builder Preferences. Any assistance with this issue will be appreciated.
Jim Elgie

The URL looks quite strange to me:
http://lap_top:8888/forms90/f90servlet?form=E:\cis355@userid=scott\tiger@buffer_records=no@debug_message
Looks like the "@" is used to separate the parameters which is new to me. Normally it's either "&" or "+". You can set the separator somewhere, cannot thou remember where? Registry? Also the userid isn't complete. The database name is missing, and even if it was there. How could the server know what's what? I mean, connect is done by user/pass@db, and if "@" is used as a separator...
Try this URL:
http://lap_top:8888/forms90/f90servlet?form=E:\cis355.fmx&userid=scott/tiger@orcl
Regards,
Martin Malmstrom

Similar Messages

  • ORA - 12560 Error Whilst i run form

    Can anybody please figure out my problem ???
    i got ORA 12560 Error when i run form ..i am new with oracle ..please help me out ..

    Is this an Oracle Apps environment? If so, what is the application release?
    Is this a standard or custom form?
    Please elaborate more so others can help.

  • ORA-12560 Error

    I installed 9i Developer Suite. I did not install the net configuration manger. The installation said it was not required. I am using forms builder and can compile the form. I connect to the database. However, when running the form I receive a ORA-12560 error. Also, the logon appears and I am prompted to connect to the database. Any help would be greatly appreciated.

    The URL looks quite strange to me:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355@userid=scott\tiger@buffer_records=no@debug_message
    Looks like the "@" is used to separate the parameters which is new to me. Normally it's either "&" or "+". You can set the separator somewhere, cannot thou remember where? Registry? Also the userid isn't complete. The database name is missing, and even if it was there. How could the server know what's what? I mean, connect is done by user/pass@db, and if "@" is used as a separator...
    Try this URL:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355.fmx&userid=scott/tiger@orcl
    Regards,
    Martin Malmstrom

  • ORA-12705 Error Message while trying to connect to the DB

    A colleague of mine has been trying to connect to the DB through PL/SQL Developer. The error message returned is :
    ORA-12705: invalid or unknown NLS parameter value specified
    Checked the registry for NLS_LANG which is set to NA. I did that because the ORA message references the NLS_LANG parameter. However, I doubt that is the problem. Went about to create a new TNS Name entry through Oracle NET Manager and get the same Error Message while performing the TEST function.
    Any clues ? I am clueless at this point.

    This can occur with any NLS_ environment variable of registry value.
    Your assertion ' the ORA message references the NLS_LANG parameter' is incorrect.
    You can set NLS_TERRITORY, NLS_DATE_FORMAT etc, etc, etc.
    The order of precedence is environment variable, registry, Oracle provided default.
    To find out what is going on set every NLS related environment variable to the empty string.
    In sqlplus
    select * from v$nls_valid_values
    will show you what can be set,
    This error will also occur when you installed the software with English as the only language.
    SQL developer doesn't use tnsnames.ora
    The new tnsname entry has nothing to do with it.
    You have an incorrect environment variable or registry value somewhere
    (in HKLM\software\oracle)
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-12560 ntt2err message

    Hi everyone,
    For a couple of days I have tried to connect my Application Express database (11.2 XE) based on maxapex.com. My friend can connect to this db without any error. He also tried to tnsping and it succeded. But if I want to connect this db I am getting ORA-12560 error in tnsping application:
    C:\Users\xxx>set ORACLE_HOME
    ORACLE_HOME=D:\Oracle\oraclexe\app\oracle\product\11.2.0\server
    C:\Users\xxx>tnsping brown.maxapex.com
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 28-MAY-2
    012 13:18:04
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\Oracle\oraclexe\app\oracle\product\11.2.0\server\network\admin\sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=173.224.213.131)(PORT=1521)))
    TNS-12560: TNS:protocol adapter error
    C:\Users\xxx>But ping utility works as in following:
    C:\Users\xxx>ping brown.maxapex.com
    Pinging brown.maxapex.com [173.224.213.131] with 32 bytes of data:
    Reply from 173.224.213.131: bytes=32 time=436ms TTL=48
    Reply from 173.224.213.131: bytes=32 time=404ms TTL=48
    Ping statistics for 173.224.213.131:
        Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 404ms, Maximum = 436ms, Average = 420ms
    Control-C
    ^CWhen I looked for the trace file of net services I see this message in tnsping.trc file:
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 1
    nttcnp: entry
    nttcnp: exit
    nttcni: entry
    nttcni: Tcp conn timeout = 60000 (ms)
    nttctl: entry
    nttctl: Setting connection into non-blocking mode
    nttcni: trying to connect to socket 568.
    ntt2err: entry
    ntt2err: soc 568 error - operation=1, ntresnt[0]=530, ntresnt[1]=53, ntresnt[2]=0
    ntt2err: exit
    nttcni: exit
    nttcon: exit
    nserror: nsres: id=0, op=65, ns=12560, ns2=0; nt[0]=530, nt[1]=53, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    nsopen: unable to open transportHave you any workaround to solve this issue?
    Thanks.

    It does not work. I have already tried it many times. Yes, I am doing something wrong in somewhere but I didnt recognize yet.
    C:\Users\xxx>set ORACLE_HOME
    ORACLE_HOME=D:\Oracle\oraclexe\app\oracle\product\11.2.0\server
    C:\Users\xxx>set ORACLE_SID
    ORACLE_SID=XE
    C:\Users\xxx>tnsping brown.maxapex.com:1555/xe
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 28-MAY-2
    012 16:54:19
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\Oracle\oraclexe\app\oracle\product\11.2.0\server\network\admin\sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=xe))(ADDRESS=(PRO
    TOCOL=TCP)(HOST=173.224.213.131)(PORT=1555)))
    TNS-12560: TNS:protocol adapter error
    C:\Users\xxx>Also current sql file :
    NAMES.DIRECTORY_PATH=(ezconnect, tnsnames)
    SQLNET.AUTHENTICATION_SERVICES=(NTS)
    SQLNET.EXPIRE_TIME=0
    TRACE_FILELEN_CLIENT=100
    TRACE_FILENO_CLIENT=3
    TRACE_LEVEL_CLIENT=OFF
    TRACE_TIMESTAMP_CLIENT=ON
    TRACE_UNIQUE_CLIENT=ON
    USE_DEDICATED_SERVER=OFF

  • ORA-17008 error message

    Hello users, I'm having a connection problem in SQL Developer and am not able to run any queries on the SQL worksheet.
    I get either a popup window with the following ORA-17008 error message:
    "An error was encountered performing the requested operation"
    Closed Connection
    Vendor code 17008
    Or this msg on the Script Output window: "SQL Error: No more data to read from socket"
    I've been using SQL Developer for months now and this is the first time I encounter this problem. I ran the same queries last week
    succesfully so this is not a syntax issue. I'm using version 2.1.0.62 with a Basic connection.
    Does anybody know how to fix this? so far I haven't found any solutions. Thanks,

    I saw a similar problem once on a completely different application running on an IBM AIX box with IPv6 enabled by default, it was related to a problem in the JDBC driver which could not handle really well connections with IPv6 and it was solved by disabling the IPv6 features of the OS.
    Please post your OS details, and while you are at it you can try disabling IPv6 if you have recently turned it on.
    If you are in a hurry you can switch from JDBC based connection to OCI, but you will need to install an 11G client (or instant client).

  • Hi.  I purchased Adobe Acrobat Xi Pro from a store (card).  I submitted the number (under the scratch area on the card) on the adobe website, with my personal details etc.  When I submitted the form, I got an error message:  413 header length too large (a

    Hi.  I purchased Adobe Acrobat Xi Pro from a store (card).  I submitted the number (under the scratch area on the card) on the adobe website, with my personal details etc.  When I submitted the form, I got an error message:  413 header length too large (and on top the page reads JRun Servelet Error).  What does this mean? What should I do next?

    Hi.  I purchased Adobe Acrobat Xi Pro from a store (card).  I submitted the number (under the scratch area on the card) on the adobe website, with my personal details etc.  When I submitted the form, I got an error message:  413 header length too large (and on top the page reads JRun Servelet Error).  What does this mean? What should I do next?

  • Trying to export my forms results to excel  error message is adobe can not save as the file is open

    trying to export my forms results to excel, error message is adobe cn not save as the file is open in another location,   however, no other file is open.

    Thanks for continuing the help, but it is a medical realted form and I will just keep it confidential at this time.
    Larry Lakes,  Executive Director
    The HANDLE Institute
    [email protected]
    541-639-1588
    P. O. Box 6264
    Bend, OR  97708

  • KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE

    제품 : FIN_AP
    작성날짜 : 2002-12-02
    KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE
    ===================================================================
    PURPOSE
    Multi-Org 환경속에서 Kr Tax Localization Report 실행시의 ORA-20000, ORA-06512 Error Message 를 해결한다.
    Problem Description
    Kr Tax Localization의 Reports가 Error를 발생하고, View Log를 통해 확인한 Message가 다음과 같을 경우
    ORA-20000: APP-00001: Unable to find message:
    AR_NO_ROW_IN_SYSTEM_PARAMETERS
    ORA-06512: "APPS.ARP_STANDARD", 줄 999에서
    ORA-06512: "APPS.ARP_STANDARD", 줄 2246에서
    ORA-06512: "APPS.ARP_UTIL", 줄 29에서
    ORA-06512: "APPS.ARP_UTIL_TAX", 줄 111에서
    ORA-06512: "APPS.ARP_TAX_EXTRACT", 줄 6178에서
    ORA-06512: 줄 1에서
    Workaround
    Solution Description
    1) fnd_client_info.set_org_context(<org_id>);
    or
    2) v_org_id varchar2(10);
    v_org_id := fnd_profile.value('ORG_ID');
    fnd_client_info.set_org_context(v_org_id);
    .rdf 의 경우 : Before Report Trigger 에 추가
    .sql (Package Body, Procedure) 의 경우 : 각 Begin 절 이후
    Reference Documents
    -------------------

    제품 : FIN_AP
    작성날짜 : 2002-12-02
    KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE
    ===================================================================
    PURPOSE
    Multi-Org 환경속에서 Kr Tax Localization Report 실행시의 ORA-20000, ORA-06512 Error Message 를 해결한다.
    Problem Description
    Kr Tax Localization의 Reports가 Error를 발생하고, View Log를 통해 확인한 Message가 다음과 같을 경우
    ORA-20000: APP-00001: Unable to find message:
    AR_NO_ROW_IN_SYSTEM_PARAMETERS
    ORA-06512: "APPS.ARP_STANDARD", 줄 999에서
    ORA-06512: "APPS.ARP_STANDARD", 줄 2246에서
    ORA-06512: "APPS.ARP_UTIL", 줄 29에서
    ORA-06512: "APPS.ARP_UTIL_TAX", 줄 111에서
    ORA-06512: "APPS.ARP_TAX_EXTRACT", 줄 6178에서
    ORA-06512: 줄 1에서
    Workaround
    Solution Description
    1) fnd_client_info.set_org_context(<org_id>);
    or
    2) v_org_id varchar2(10);
    v_org_id := fnd_profile.value('ORG_ID');
    fnd_client_info.set_org_context(v_org_id);
    .rdf 의 경우 : Before Report Trigger 에 추가
    .sql (Package Body, Procedure) 의 경우 : 각 Begin 절 이후
    Reference Documents
    -------------------

  • ORA-12560 error in VS2010

    I'm getting "ORA-12560 TNS:protocol adapter error" when trying to Add Connection in VS2010 (Server Explorer > Add Connection > Username: hr, Password: hr, Data source name: Local Database). This is sample HR database in Oracle XE 10g.
    I'm guessing this could be something related to installation? My installation was like this: Oracle XE 10g which I've been using for couple of weeks. I then installed VS2010 Ultimate x86 followed by ODT with ODAC 11.2. This is on Windows 7 Ultimate x64. I've noticed that ODT is installed in D:\app, while XE is in D:\oraclexe.
    I can access my database through APEX interface. Running 'sqlplus' in command line issues same ORA-12560 error. Running 'Run SQL Command Line' from Start > Oracle XE 10g works. This obviously points to wrong configuration / installation, but how to fix it?
    Thanks in advance.

    913905 wrote:
    I can access my database through APEX interface. Running 'sqlplus' in command line issues same ORA-12560 error. Running 'Run SQL Command Line' from Start > Oracle XE 10g works. This obviously points to wrong configuration / installation, but how to fix it? That depends on the type of client connection initiated - local IPC connection (also called a bequeath connection) or a network (TCP) connection.
    For a local IPC connection to work, the client driver needs to know the ORACLE_HOME and ORACLE_SID of the local database instance - this is usually set via the environment.
    For a TCP connection to work, you need an Oracle Listener running on the Oracle server, the local Oracle database instance to have registered itself with the Listener, and for the client being able to connect to the Listener via TCP.
    Oracle Listener is a service on Windows - but the command line program is called lsnrctl and via it one can start/stop the listener and determine its status and registered services. With the Listener running, the local database should automatically register itself with the Listener, unless one manually changed database or Listener parameters.
    For TCP connectivity, the usual applies - firewalls must not block TCP access, the client needs to resolve the server hostname into an IP (if hostnames are used), that server IP must be reachable, etc.

  • Ora-12560 error with 8.1.7 under win2k

    I have installed 8.1.7. on windows 2ooo. The install went
    successfully and immediately after the install i could connect
    with scott/tiger.
    After a short period of time I can no longer connect and receive
    the ora-12560 error. The system has not been rebooted or even
    touched during this time period. I have removed the database
    with dbassist and recreated. Again it works for 5 mins and
    stops.
    When I look at tsnrctl status all looks great. Under services
    the tnslistener is working properly. I can do a tnsping as well.
    I just cannot connect to the database.
    Please help!
    Dan Hoover

    I have installed 8.1.7. on windows 2ooo. The install went
    successfully and immediately after the install i could connect
    with scott/tiger.
    After a short period of time I can no longer connect and receive
    the ora-12560 error. The system has not been rebooted or even
    touched during this time period. I have removed the database
    with dbassist and recreated. Again it works for 5 mins and
    stops.
    When I look at tsnrctl status all looks great. Under services
    the tnslistener is working properly. I can do a tnsping as well.
    >
    I just cannot connect to the database.
    Please help!
    Dan Hoover An ORA-12560 WinNT is usually an indication that
    the OS system/environment is not set up correctly.
    You don't need a listener when you connect locallay without alias
    name (sqlplus scott/tiger@alias).
    Please try the following:
    - start cmd box
    - set ORACLE_HOME = <your home>
    - set ORACLE_SID = <your SID>
    - sqlplus scott/tiger
    Thomas

  • ORA - 01591 error message

    Hello there!
    I wonder if anyone could help us on this. We are using Oracle 7.3.4 and have created a public db link with another database that resides in a mainframe. We took an ORA - 01591 error message when we tried to update a table of the remote database from a stored procedure(using the db link). The strange thing is that noone was dealing with the specific table at the moment !!
    What happened?? I lost the tables that took part in the transaction because we couldn't rebuild them neither could we manually end the in doupt transaction.
    Any ideas why that kind of thing happened ??? How possible is to take the same error message??

    Hello dear,
    We use oracle7 Release 3.3.4.0.
    I could not connect to the database through the SQL.
    The error message ORA_12203 TNS- unable to connect to destination prompts at every attempt.
    I have checked the net easy configuration for the protocols and the sqlnet and tnsnames in the admin files of the network folder
    Please can somebody help me out there

  • I cant get a photo project to email the moblile me address to someone else.  I know how, but it has stopped working for some reason.  Instead of pulling up the web address on the email form, it puts an error message?  Any ideas?

    I cant get a photo project to email the moblile me address to someone else.  I know how, but it has stopped working for some reason.  Instead of pulling up the web address on the email form, it puts an error message?  Any ideas?

    Michael,
    The link for the word 'HERE' directs to a Evergreen School District page, which outside of Mobile Me and/or Aperture. Your school district network might be intercepting the request from Aperture and displaying the 'network authentication page' that you see, instead of the email. I would get with the IT department to see if they can help you get around this.
    Have you also tried using the 'Tell a Friend' feature from another network location, like starbucks or your home?
    Cheers,
    Owen.

  • Change "The form has been closed" error message

    My client is not happy with famous "The form has been closed" error message. I have been asked to replace this with meaningful message along with some other messages. How can i do that ?
    Searched internet but noting much there about this at all, I am not sure if anybody have done that in past ? is it doable ?

    Hi Ben,
    Solution is easy,
    Edit  \12\TEMPLATE\LAYOUTS\INC\intlcorestrings.js file
    Search for "IntlCoreStrings.k_strErrorFormClosed" and replace corresponding message with your desired one.
    Save & close
    But there is a down side of it, once you change the message it gets changed for all the web application running on the same server, because this file is located in 12 hive and shared across all Apps.
    Ashraf ul Islam
    Sharepoint Consultant

  • 10g Forms Developer - ORA 12541error message

    This issue involves opening an existing form (.fmb) in Forms Builder. Initially an ORA-12560: TNS protocol adapter error was generated, but now I'm faced with an entirely different error message: ORA-12541: TNS: No Listener. I searched the specific error message in OTN, but found no explicit reolution information. Any assitance from veterans of battles with this issue would be greatly appreciated.
    Jim Elgie

    Please post your tnsnames.ora and sqlnet.ora from Forms builder machine. From database machine the result of "lsnrctl services".

Maybe you are looking for

  • Remote Server Admin not working from outside of network for 1 server

    Our company recently changed ISPs and I had to change our two 10.4 server's IP addresses. We have a mail server (intel xserve) and a file/web server (quicksilver g4). Both servers have two network cards in them. The problem is two-fold: 1- I can succ

  • Is it possible to link values between two numbers pages in icloud ?

    I want to work with different number pages (not sheets) and link values between them. The main reason is that I want a group of people to have access to one numbers document and a second group of people to get access to another document that has valu

  • Connecting XBox 360 Live to Verizon netbook

    I purchased an XBox 360 Live for my son for Christmas.  I cannot get it to connect. We originally had Verizon Wireless Broadband w/ an internal modem. I went and purchased a Verizon USB760 to get service and also a Cradlepoint Router from Best Buy. N

  • Processing of a Form when a WEB Service is not available

    Has anyone else noticed this or has a work-around suggestion? Note I am very new to this product. Background: We tied a WEB service call to a button on our PDF Form. When the user started the process they filled in the form but did not use the button

  • Hierarchy R3PRODHIER may only be changed in the original system

    Hi Experts I have created a new Product Hierarchy in R/3 when i try to replicated them into CRM by using initial replication of DNL_CUST_PROD1.system throwing an error saying :  Hierarchy R3PRODHIER may only be changed in the original system R3LNT200