When running form give me error

hi every one
In my PC
I Install oracle10 DB and Developer10 g
when I make form first I connect for example HR/HR CONNECT success but when I run form give me this error
ora-12560
I move tnsname from folder DB to developer but no good
i make new listner also no ggod
what the solution
thanks in advance

Perhaps you should try running the Net Configuration Assistant from the Oracle Developer Suite program group instead of copying the tnsnames.ora from the database. ;)
If you are going to copy the tnsnames.ora file from the database NETWORK\ADMIN folder to Forms Developer, you need to copy the sqlnet.ora file also.
Another alternative would be to add a TNS_ADMIN entry in the Oracle -> KEY_DevSuiteHome10g Windows Registry and add the full path to your database copy of these files. For Example: Open Windows Registry editor, navigate to: HKEY_LOCAL_MACHINE -> SOFTWARE -> Oracle -> KEY_DevSuiteHome10g. On the right you will see numerous String entries. Right click in this area and select NEW -> String Value. Name the string value key: TNS_ADMIN. Double-Click the new string and enter the full path to your SQLNET.ora and TNSNAMES.ora files.
ALWAYS exercise caution when modifying the Windows Registry!
Hope this helps,
Craig B-)
If someone's response is helpful or correct, please mark it accordingly.

Similar Messages

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • How to make screen field enable when table control gives an error

    Hi,
        I had a scneario like when table control data wrong then one parameter of the screen should be enabled for the input, i knew that screen-name will not work since it will have always table control fields only when table control gives an error.
    How to make the other parameter enable when table control throws an error.
    Regards,
    Jaya

    Hi Gobi,
         Thanks for your response, but issue is - how to make other screen fields enable when there was an error in the table control data.
    For table control - lets say we will use the code as i mentioned above.i am sure that we cant write the code for field enable in between loop & endloop.
    as you said if we right outside the loop-endloop, the module wont be triggered when table control throws an error, because that statement was not there in the loop-endloop.
    please let me know if you need any more information on the issue. I hope there is alternative for this in SAP.
    Thanks
    Jaya

  • Error when running forms

    hello,
    I facing this problem when runing my forms in form builder. Before its running but now it gives this error on java console then it will hang on the IE9.
    OS - windows7 64 bit.
    forms 11gR2.
    IE9.
    Database 11gR2.
    Java Plug-in 1.6.0_30
    Using JRE version 1.6.0_30-b12 Java HotSpot(TM) Client VM
    User home directory = C:\Users\charles
    nvalidating entry url= file=C:\Users\charles\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\48\3f3f0130-123948df.idx
    Invalidating entry url= file=C:\Users\charles\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\48\3f3f0130-123948df.idx
    java.lang.NoClassDefFoundError: java/in/RandomAccessFile
         at com.sun.deploy.util.SyncFileAccess.openLockFileObject(Unknown Source)
         at com.sun.deploy.util.SyncFileAccess.openLockRandomAccessFile(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.openLockIndexFile(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$000(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$8.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.updateIndexHeaderOnDisk(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.invalidateEntry(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.invalidateEntryDueToException(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$700(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.<init>(Unknown Source)
         at com.sun.deploy.cache.Cache.getCacheEntryFromIdxFiles(Unknown Source)
         at com.sun.deploy.cache.Cache.getCacheEntry(Unknown Source)
         at com.sun.deploy.cache.Cache.getCacheEntry(Unknown Source)
         at com.sun.deploy.cache.Cache.getCacheEntry(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
    Any help? Cannot not run now my forms..

    hello
    Thank you for your reply.
    I just restarted my computer.Before that when opening any fmb in file menu it will close my IDE, even clicking the run button it will closed, so i think i need to restart the pc.Then it gives this error.

  • Error message when running form

    hi everybody,
    im getting this error message when running a simple form.
    Positional Parameter after key command line.
    Can anyone please help.
    thnk u

    Check the path to your form. Forms does not like spaces in the path or fmx filename, but the error doesn't explain the problem at all!

  • Error when run form on Oracle Application Server

    Hi al
    I'm using Webutil Library to create browse button to open dialog box
    When i run form in my computer,it run success and i can upload file do database and application server
    But i upload form to Oracle application server and compile it no error (i compiled webutil library)
    When i run form,and press button,it can't run and show error:
    "Oracle.form.webutil.file.FileFunction bean not found.WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work"
    Can you guide for me how can I run form on Oracle Application Server?
    Thanks all!

    Posting from another thread :-
    http://www.orafaq.com/forum/t/76916/2/
    i have resolved the problem
    the solution is to :
    -download jacob.jar and jacob.dll and frmwebutil.jar all directories (com and jini), you put them into the both directories ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -download webutil.pll and webutil.olb package , copy all files into ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -create a new user webutil on your data base and create the package webutil_db using � script create_webutil_db.sql
    after that you compile again webutil.pll and you forms.
    all this steps are described in this document:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • ERROR when run form

    Hi,
    I get this error when i try to run form.
    FRM-30191: No list items defined for required poplist.
    List CATEGORIA
    Item: CATEGORIA
    Block: TCOLABORADOR
    Form: AQDATA
    FRM-30085: Unable to adjust form for output.
    Thank you
    Diana

    hi,
    thank you, its working.
    For the first error: It was because in the property the "elements list" had one element, i just deleted it and working.
    For the second: it was because the trigger it wasn't well done.
    Diana

  • ORA-12560: TNS: protocol adapter error when running forms from IE

    hi
    when i running forms i get the error
    ORA-12560: TNS: protocol adapter
    please any help

    Check if your tnsnames.ora file has the entry for database you are trying to connect.
    Are you able to connect using sqlplus??
    Navnit

  • Java error when running Form in Web

    I've got the following message when I run form on web.
    java.lang.ClassNotFoundException: sun.applet.AppletViewer
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    Is there any file missing when I setup my environment.
    Please help me.
    Regards,
    ET
    null

    Thank you very much otherwise I will waste a lot of time.
    Regards,
    ET
    Oracle Developer Team wrote:
    : ET (guest) wrote:
    : : I've got the following message when I run form on web.
    : : java.lang.ClassNotFoundException: sun.applet.AppletViewer
    : : at com/ms/vm/loader/URLClassLoader.loadClass
    : : at java/lang/ClassLoader.loadClassInternal
    : : at oracle/forms/engine/Main.init
    : : at com/ms/applet/AppletPanel.securedCall0
    : : at com/ms/applet/AppletPanel.securedCall
    : : at com/ms/applet/AppletPanel.processSentEvent
    : : at com/ms/applet/AppletPanel.processSentEvent
    : : at com/ms/applet/AppletPanel.run
    : : at java/lang/Thread.run
    : : Is there any file missing when I setup my environment.
    : : Please help me.
    : ET - this is a known bug with the 6.0.5.0.2 forms applet.
    This
    : bug has been fixed and will be available in patchset 2 due out
    : in August.
    : In the meantime a workaround is to put the classes.zip from
    the
    : standard JavaSoft JDK into the classpath on the client machine
    : or - unzip the classes.zip file into the virtual directory on
    : the server that you use as the CODEBASE parameter in the HTML
    : file.
    : There is a technical note that describes how to setup IE to
    run
    : Developer Server 6.0 applications on the OTN website. Check
    : this out for some more details.
    : - The Developer Team -
    : : Regards,
    : : ET
    null

  • Forms 6i Run Form Web Preview Error

    Help! Help! Help! Help! Help! Help! Help!
    Nt 4.0, SP6A
    Forms and Reports 6i (installed first, Home0)
    Oracle 8i Client for database management
    (installed 2nd, Home1)
    Home selector selected for Home0
    When running web preview I get the following error: FRM-99999: Error 18114 occurred. See the release notes file (relnotes) for information about this error.
    Release notes suggestes the following
    FRM-18114: FORMS60_JAVADIR not set.
    Cause: For Web Preview from the Builder to work the Registry variable
    ORMS60_JAVADIR must point to the location
    that contains the Forms Java files. This
    varable should have been set by the Oracle Installer when Oracle Forms Developer was installed. A typical value for this variable is c:\orant\forms60\java.
    Action: Create or update the registry variable on NT, FORMS60_JAVADIR, and set its value to the location that contains the Forms Java files.
    I created a registry entry in HKEY_LOCAL_MACHINE, SOFTWARE, HOME0 containing the following: FORMS60_JAVADIR:REG_EXPAND_SZ:C:\Oracle\Dev6i\Forms60\java
    The error persists.
    Has anyone experiences this problem or have
    any ideas. Thanks in advance for help.
    null

    Theresa,
    More than likely, you need to change the properties of the Forms Runtime (ifrun60.exe) to run in Windows XP mode and run with Administrator privileges. Since Oracle Forms 6i is so old it does not work very well with the new security model of Windows 7.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Customer self service form gives the error of  "Page cannot be displayed"

    Hi All,
    Customer self service form from Navigation: Recievables -> Customers --> Standard gives the error of "Page cannot be displayed" but the same form gets opened when i navigate that from Order Management responsibility
    Thanks&Regards,
    APPS DBA

    Hi All,
    I have been trying to install the EBS 11i in configured system core 2 duo with 1 gb ram and 250 gb HDD,
    have been following the below steps to install the EBS 11i,
    1.installed Win20003 server edition
    2.VC++ and copyind the link file into windows\system32,
    3.GNU make done the path set everything,
    4.MKS tool kit,
    5IP config and installing MS loopback,
    started the installtion direct from the DVDs,
    Pre-Installtion everything was OK,
    but after done everything I got struck last min, where the popup window appeared as login page responding but i did wait for 30 min and nothing has happened.
    So closed and I restarted the System and I have restarted process putting 1st DVD and given the command rapidwiz -restart.from command prompt.
    and Again its started as a new installtion, and preinstatltion wizard has came.
    where I haeve commited the mistake i did not understand...?
    Please guide me
    regards
    Satya

  • Exception when running form in debug mode

    Hello,
    appreciate any help on this.
    everything is fine when oracle forms 10g is run with debug=no, but when debug=yes
    throws this exception in the sun java console.
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: Execute
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    It s supposed to show the debug window with the host name and port number to do the attach debug in builder but instead throws the above.
    if i dont mention port=xxxx in the default configuration in formsweb but just have debug=yes , the applet just crashes.

    You can also check Francois Degrelle excellent answer to the same question:
    Running a form in debug mode

  • I want hide userid/pass when run forms app...

    i use sql*forms3.0 -_-;;;;
    i want hide userid/pass when run froms program.
    ex1) runforms30 fromname ( id/pass )
    ex2) runrep reportname ( id/pass )
    everyone show id/pass when this typing.
    "ps -ef | grep forms"
    Does someone knows if it is possible ?
    Thanks

    Though I did not use forms 3.0, you can try using on-logon trigger (if it exists in 3.0)
    At on-logon trigger write logon('username@connectstring', 'password'). Then mentioning (id/pass) is not required with runforms30. Check it out!

  • JAXB - When running xjc.bat got error

    When running xjc.bat with proper parameters, got the below error.
    The system cannot find the path specified.I have included the following to the PATH
    C:\Program Files\Java\jwsdp-1.3\jwsdp-shared\binand below to CLASSPATH
    C:\Program Files\Java\jwsdp-1.3\jwsdp-shared\lib
    C:\Program Files\Java\jwsdp-1.3\jaxb\libAm I missing something ? Appreciate if anyone could help to get rid of the above error. Thanks a lot.

    Guys,
    I have found a way to get rid of the xjc.bat error.
    Below should help
    java -jar "full path of jaxb-xjc.jar" -d "target folder" -p package_name "xsd schema file"for Example:
    java -jar "C:\Program Files\Java\jwsdp-1.3\jaxb\lib\jaxb-xjc.jar" -d "C:\target_folder" -p com.books.jaxb "C:\DATA\IBM\wsappdev51\workspace\Books\WebContent\xml\books.xsd"

  • P6.2.1: Got error when running update baselines: java error

    In P6.2.1 I tried to update my baseline but received
    Error running the selected application: C:\Program Files\Common Files\Primavera Common\Java\_jvm\bin\java.exe
    I followed the note "Error Running Selected Application Java.exe" When Running Update Baseline [ID 899322.1]
    Im using an account with no spaces in username. I have uninstalled Primavera and reinstalled and still get the same error.

    Hi,
    I am using P6 pro R8.2.0 Built # 1926
    Java 1.6.0_27-b07
    I have the same problem when trying to use the Baseline Updates.
    Here is the error message
    The Selected application : \Bin\JAVA.EXE cannot be found.
    I also have a similar error when using the Claim Digger
    Here is the error message
    The selected application : \bin\JAVAW.EXE cannot be found
    Can someone help me ?
    Thanks

Maybe you are looking for

  • How come my PPT to PDF files look so awful (low res)?

    I have a powerpoint file that I need to save as a PDF. Originally, I had a lot of PNGs in the file because I need a transparent background, but each time I save the file as a PDF it looks horribly low-res (blurry, jagged edges-everything images shoul

  • Hub Does not update many times

    Many a times, when I get a new message notification and see the hub, the message is not updated. I need to go inside the hub menu and into individual account and then see. When i come back to the hub, the message then appears. Whats the purpose of ha

  • MacBook Pro bluetooth crash after using iPhone 3GS as a modem

    Hello all, I have been experiencing a weird issue with Bluetooth pairing of an iPhone 3GS with a MacBook Pro. After a while, connectivity to the iPhone is lost, and the MBP can't reconnect. In the Console, I get: 13-07-31 19:59:34 kernel E:[AppleUSBB

  • When-mouse-enter forms 10g

    Hi, everybody. I have a problem with forms 10g (web) in any sub-version. The problem is that the events when-mouse (enter, leave, ...) does not seem to get fired. Is there anything I can do to solve the problem (a parameter to be set, anything to do

  • No music on my Ipod, help!

    I have recently updated my Itunes to the latest version on my laptop, since I did this however, my Ipod is showing 'no music' on the screen despite the fact that I have synced it several times.  What should I do to fix this?  Please help.