Running Oracle Appn from Win ME client

My organisation has a software that runs on an Oracle8i database. Both the application and database are sitting on a Win NT server. When we try to activate the application s/w from a Win ME client, the software cannot start at all. Our software vendor told us it is because Oracle is not compatible with Win ME. Is that true?
Where can I get info on what OS Oracle is certified to run on?
null

Koushik,
there exists a Whitepaper that discusses Reports integration in Forms in great detail. The paper is available at otn.oracle.com/products/forms --> click on All Papers for the Forms release you are on (e.g. Forms 6i, Forms 9i or 10g) and look for the Reports Integration whitepaper.
Frank

Similar Messages

  • How to Run Oracle Reports from the web.

    How can we run Oracle Reports from the web - for example from a portal such as "Gateway"
    This is a univeristy that implements Banner - so can we run them from within Banner?

    Yes, of course. And for running the reports-server you need an OAS. Maybe here is a good starting point http://www.oracle.com/technology/documentation/reports.html

  • Running Oracle Scripts from Command Line

    Hi,
    How can i run Oracle scripts from command line.
    Actually i need to run these scripts from MSBuild before running Unit test projects

    C:\>sqlplus @myscript
    That would be the easiest variation
    C:\>sqlplus user/passwd@tns_alias @myscript
    would be an often used variation
    And then there is of course the version with parameter passing:
    C:\>sqlplus user/passwd@tns_alias @myscript param1 ... paramx
    Dunno about MSBuild

  • Can i install/run  oracle 8i in win xp

    can i install/run oracle 8i in windows xp ?

    yes u can install ora 8i in win xp pro
    Windows XP Home Edition
    Oracle 8i is not certified on windows XP. Even if yes, it must be Windows XP Professional.
    You can install Oracle8i on windows XP Home Edition, try like this:
    1 - Copy your Oracle CD into hard disk in your
    machine. For example Copy from oracle8i CD into C:\Oracle\ ...
    2 - Search the two files named Symcjit.dll on the D drive (where you have copied Oracle8i. You can found them in (example):
    C:\Oracle\stage\Components\oracle.swd.jre\1.1.7.30\1
    \DataFiles\Expanded\jre\win32\bin\symcjit.dll
    3 - Rename this file (Example): symcjit_back.dll (make sure to find two files and rename them)
    4 - Execute the Oracle setup.exe from C:\Oracle\setup.exe
    =================================================================
    When Oracle 8i dies on the install or the installer hangs, here is the fix for this, make sure that you have Service Pack 2 installed.
    1. \JRE\1.3.1\ From Sun. (You can download java program at http://java.sun.com/products/jdk/1.1/jre/download-jre-windows.html)
    2. Install the java file.
    There is also a problem in the installation disk.
    3. Make a copy of the Oracle 8i disk on the local hard disk.
    4. Do a search for the two files called symcjit.dll and rename them for example: symcjit.old.
    5. Install Oracle from the win32 directory.
    ================================================================
    PLEASE NOTE THAT ORACLE DOESN'T SUPPORT THE USE OF THOSE PRODUCTS IN SOME WINDOWS, BUT HAVE AUTHORIZED THESE WORKAROUNDS FOR TESTING PURPOSES ONLY
    this is LEO answer
    jully abuan manuel
    sql*wizard,inc.
    philippines

  • Removing Oracle Services from Win NT Services

    I had oracle 8i(8.1.6) installed and then tried to upgrade to 9i (9.2) but it got messed up as database upgrade only works from 8.1.7 to 9 and not from 8.1.6. SO I uninstalled both 8i & 9i and want to install it again a fresh but before doing this I want to remove the oracle services in Win NT Services.
    How can I do this?
    Thanks

    go to register, type regedit on run prompt
    register will open. go to hkey_local_machine then
    go to software and click oracle option
    and then find service name,
    and delete the service.
    otherwise you may stop the service by control panel
    before installation of software
    regards.

  • Need to remove oracle 9i from win 2003 svr

    Hi Guys,
    I have a rogue install of oracle 9i on a windows 2003 server box. It was installed as part of a package from a vendor. But during the setup the deal went south and the oracle install was never removed. I arrive on the scene much later and go to remove it. Universal installer (version 2.??) removes a few components (itself included) and then errors saying "this component was installed with installer 10.2.?? cant remove" I am currently downloading the first disk of the oracle9 db and hope that running the installer from that download will let me remove the rest..Is it going to work for me or will there be some issues with oracle being somewhat butchered as it stands. I need to remove the db any number of reasons. is there a guide on how to manually remove all traces of oracle from a server incase the installer fails?
    Regards Dave

    Thanks Neil. But as we never really had the software setup I dont have a cal number or what ever they call it to login to metalink. if someone would get the note and email me a copy that would be above and beyond the call of duty...but it would sure be helping me out.???

  • Not able to connect Oracle DBXE from sql*plus client

    Hi,
    I have installed Oracle 10gXE from oracle site. i have updated the tnsnames.ora also
    but when i try to connect the db through sql*plus client, i am redirected to .net debugger.
    Pls help me in this,
    Thanks in advance.
    -- Raja

    Hello,
    Can you clarify what you are trying to connect from? If it's B1 ( one ) then post to the [B1 forum|http://forums.sdn.sap.com/index.jspa#44].
    Otherwise need more info on the product you are using?
    Typically the Oracle Path must be in the PATH statement as well it requires the correct platform ( 32 or 64 ) bit client installed.
    Most BOE/CR products are 32 bit so you need to install the 32 bit client.
    Don

  • Problem in running oracle report from form 10g Version 10.1.2.0.2

    Hi All,
    I am facing problem while running the report from forms 10g getting FRM-41219
    For this i am using the following procedure :
    PROCEDURE RUN_REPORT IS
    L_RUN_TEXT VARCHAR2 (2000);
    L_USRID VARCHAR2 (100);
    L_PASSWD VARCHAR2 (100);
    L_DESNAME VARCHAR2 (100);
    FILE_OUT_PUT VARCHAR2(200);
    REP_STATUS VARCHAR2(20);
    REP_NAME VARCHAR2(50);
    PL_ID PARAMLIST;
    REP_URL VARCHAR2(2000);
    V_REP VARCHAR2(200);
    BEGIN
    display_me('RUN_REPORT');
    -- CALL THE FOLLOWING FUNCTION, IN WHICH USER CAN WRITE HIS OWN CODE.
    -- THE PROCEDURE CAN BE MADE LOCAL TO THE SPECIFIC FORM AND WRITE THE CODE.
    -- IT SHOULD RETURN 'Y', IF YOU WANT TO PROCEED WITH THIS RUN_REPORT
    -- PROCEDURE.
    IF NVL (RUN_REPORT1, 'Y') = 'N' THEN
    RETURN;
    END IF;
    COMMIT_FORM;
    IF (GET_APPLICATION_PROPERTY (OPERATING_SYSTEM)) = 'UNIX' THEN
    L_DESNAME := 'LP';
    ELSE
    L_DESNAME := NAME_IN ('REPORT_TITLE.F_FILE_NAME');
    display_me(L_DESNAME);
    END IF ;
    /* SETTING THE REPORT OBJECT PROPERTIES */
    /* G_PRAM1 IS THE NAME OF REPORT ****/
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_SERVER,'172.18.76.34');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_FILENAME,:GLOBAL.G_PARAM1||'.REP');
    display_me(':GLOBAL.G_PARAM1 '||:GLOBAL.G_PARAM1);
    PL_ID := GET_PARAMETER_LIST ('REP_PARA');
    IF NOT ID_NULL (PL_ID) THEN
    DESTROY_PARAMETER_LIST ('REP_PARA');
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('REP_PARA');
    ADD_PARAMETER (PL_ID, 'DESTYPE' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.RAG_DESTINATION') );
    ADD_PARAMETER (PL_ID, 'DESNAME' , TEXT_PARAMETER, L_DESNAME);
    ADD_PARAMETER (PL_ID, 'COPIES' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.F_NO_COPY') );
    ADD_PARAMETER (PL_ID, 'ORIENTATION', TEXT_PARAMETER, 'LANDSCAPE');
    ADD_PARAMETER (PL_ID, 'MODE' , TEXT_PARAMETER, 'BITMAP');
    ADD_PARAMETER (PL_ID, 'PARAMFORM' , TEXT_PARAMETER, 'NO');
    ADD_PARAMETER (PL_ID, 'PARAM' , TEXT_PARAMETER, NAME_IN ('IBP_REPORT_PARAMETER.F_REP_SEQ') );
    ADD_PARAMETER (PL_ID, 'P_COMP_CODE' ,TEXT_PARAMETER,:GLOBAL.G_COMP_CODE);
    display_me(':GLOBAL.G_COMP_CODE '||:GLOBAL.G_COMP_CODE);
    REP_NAME := :GLOBAL.G_PARAM1||'.REP';
    display_me('REP_NAME'||REP_NAME);
    V_REP := RUN_REPORT_OBJECT('REPOBJ');
    display_me('V_REP '||V_REP);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    display_me('REP_STATUS'||REP_STATUS);
         WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
    IF REP_STATUS = 'FINISHED' THEN
    REP_URL:='/REPORTS/RWSERVLET/GETJOBID'||SUBSTR(V_REP,INSTR(V_REP,'_',-1)+1)||'?'||'SERVER=172.18.76.34';
    display_me('REP_URL '||REP_URL);
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    ELSE
    MESSAGE('ERROR WHEN RUNNING REPORT');
    END IF;
    END;
    Which is called on a button , can any body share there idea to help out
    Warm Regards
    Ashutosh

    Yes, I have replace the userid with scott/tiger@orcl with i6menu/i6menu@vbs and also replace the OAS server's name as you have suggested.
    declare
         REP_URL varchar2(2000);
    begin
    REP_URL:= '/reports/rwservlet?userid=i6menu/i6menu@vbs&report=testrep_10g.rdf&desformat=pdf&destype=cache&paramform=no';
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    end;
    I had the 2nd code also but both r not working on my machine ......... !!
    I have made the following setting on my machine:
    1. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->FORMS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    2. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->REPORTS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    3. Entry made in the DevSuiteHome_1\forms\server ->default.env
    FORMS_PATH=D:\vision_soft\VSS\exe
    4. Entry made in the DevSuiteHome_1\reports\confr ->rwservlet.properties
    #SERVER= rep10
    As my forms is working well & but the report are not able to call.
    Could you please let me know is there is any other mandatory setting required for the report 10g.
    Regards,
    Ashutosh

  • How to remove Oracle Services from Win NT Services

    I had oracle 8i(8.1.6) installed and then tried to upgrade to 9i (9.2) but it got messed up as database upgrade only works from 8.1.7 to 9 and not from 8.1.6. SO I uninstalled both 8i & 9i and want to install it again a fresh but before doing this I want to remove the oracle services in Win NT Services.
    How can I do this?
    Thanks

    Here are a couple of links to instructions as to how you might uninstall Oracle:
    From this forum:
    Re: HTML DB 1.6
    From elsewhere on the web:
    http://www.cryer.co.uk/brian/oracle/howto_orcl_uio.htm
    http://www.louisville.edu/it/twotier/oracleinstall/uninstall/
    http://www.orafaq.com/msgboard/windows/messages/1144.htm
    Good Luck

  • Running Oracle tools under WINE

    Has anyone had any success running windows-only Oracle tools (Discoverer Admin, Designer, etc) under WINE?
    I'll be trying this shortly but i'd be grateful if anyone could post any experiences to date.
    thanks
    Mark Rittman
    [email protected]

    I know of attempts to run JInitiator (a windows-executable, needed for running applets that
    are used on some webpages of Oracle Apps) with Wine. It never succeeded; Wine development
    was contacted but they had other priorities.
    Good luck. If you succeed, I'd appreciate it if you would share this information!

  • How to run Oracle applications from Oracle Test Manager(OTM)

    Hi All,
    I have done a recording in Oracle Applications and I have sucessfully imported into OTM.
    Whenever I run that script from OTM, it is showing some error called JIT Debugger error.
    After that it is going to next screen, but after that , it is skipping the rest of the steps.
    It is generating Reports as Skipped.
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

    Hi Alex,
    These are the lines which got populated when I run those commands,
    C:\Documents and Settings\310700>C:\OracleATS\agentmanager\bin\AgentManagerServi
    ce.exe -c C:\OracleATS\agentmanager\bin\AgentManagerService.conf
    wrapper | --> Wrapper Started as Console
    wrapperp | port 1787 already in use, using port 1788 instead.
    wrapper | Launching a JVM...
    jvm 1 | Wrapper (Version 3.0.3)
    jvm 1 |
    jvm 1 | log4j:ERROR setFile(null,false) call failed.
    jvm 1 | java.io.FileNotFoundException: ..\..\logs\agentmanager.log (Access is
    denied)
    jvm 1 | at java.io.FileOutputStream.open(Native Method)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    jvm 1 | at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    jvm 1 | at org.apache.log4j.FileAppender.activateOptions(FileAppender.ja
    va:164)
    jvm 1 | at org.apache.log4j.config.PropertySetter.activate(PropertySette
    r.java:257)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:133)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:97)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyC
    onfigurator.java:689)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyC
    onfigurator.java:647)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureRootCategory(P
    ropertyConfigurator.java:544)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:440)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:334)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.doOnChange(PropertyConfigur
    ator.java:717)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.checkAndConfigure(FileW
    atchdog.java:89)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.<init>(FileWatchdog.jav
    a:58)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.<init>(PropertyConfigurator
    .java:709)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:400)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:382)
    jvm 1 | at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:369)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597)
    jvm 1 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimple
    App.java:105)
    jvm 1 | at java.lang.Thread.run(Thread.java:619)
    jvm 1 | log4j:ERROR setFile(null,true) call failed.
    jvm 1 | java.io.FileNotFoundException: ..\..\logs\agentmanager_auth.log (Acce
    ss is denied)
    jvm 1 | at java.io.FileOutputStream.openAppend(Native Method)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    jvm 1 | at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    jvm 1 | at org.apache.log4j.FileAppender.activateOptions(FileAppender.ja
    va:164)
    jvm 1 | at org.apache.log4j.config.PropertySetter.activate(PropertySette
    r.java:257)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:133)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:97)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyC
    onfigurator.java:689)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyC
    onfigurator.java:647)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(P
    ropertyConfigurator.java:568)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:442)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:334)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.doOnChange(PropertyConfigur
    ator.java:717)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.checkAndConfigure(FileW
    atchdog.java:89)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.<init>(FileWatchdog.jav
    a:58)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.<init>(PropertyConfigurator
    .java:709)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:400)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:382)
    jvm 1 | at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:369)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597)
    jvm 1 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimple
    App.java:105)
    jvm 1 | at java.lang.Thread.run(Thread.java:619)
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

  • Running Oracle Reports from JDeveloper

    Do you know how to run an oracle report from JDeveloper?

    Do you mean invoking a report at runtime, or do you mean designing a report inside JDeveloper?
    Did you try asking on the Reports Forum:
    http://forums.oracle.com/forums/category.jspa?categoryID=19

  • Run Oracle reports from the FORM builder

    Hello All,
    We have Oracle Form base application running on the window OS.
    (Form version is 9.0.4.1.0)
    Our Database is installed on Linux box (DB version: 10.1.0.3.0)
    I need to run different Oracle reports from the form based application or from the form builder. (Report Builder 9.0.4.1.0)
    Any feed back will be appreciated.
    Regards,
    D

    try this
    Run_product(REPORTS,' <path to the report>', ASYNCHRONOUS, RUNTIME, FILESYSTEM,' ',NULL);
    in some event ( whichever event you want your report to show up)

  • What i need to have to run oracle 10g on win 2000 server.

    hi,
    I want to install oracle 10g on win 2000 server,what should I need to do to install oracle 10g.
    thanks Alok kumar

    Hi...
    Try check http://tahiti.oracle.com
    There are complete documentation and also installation guide for Windows where pre-requisites are included.

  • Please help, running oracle 8i on win 2k system

    Hello,
    I have been trying all day to get oracle working on my system. I am not networked as I am using it only on my win 2k system. everything installed fine, but some of the programs arent even working...i dont understand why it installed successfully if programs arent starting up. (net8 easy config, etc)
    also, i am trying to start up SQL Plus and it is asking me for a user/pass/host string. i tried scott/tiger and nothing happened i get an error ORA12560: INS:protocol adapter error
    I have used SQL Plus on an installed system before, but this is the first time i am starting everything from scratch.
    Any help would be appreciated. Thank you.

    check it please whether it is a database version or just you are installing a client. Install Enterprize database on 2k system. I you are running a client software then you are to deinstall it.

Maybe you are looking for