XSQL application migration from 9i to 10g

Hi,
I use windows 2000 professional platform.
To run XSQL pages in 9i I have modified following oracle files:
D:\oracle\ora9i\Apache\Apache\conf\httpd.conf
after "# Include the Oracle configuration file for custom settings"
on the bottom of the file add row:
include "d:\oracle\ora9i\Apache\Apache\conf\xsqldemo.conf"
D:\oracle\ora9i\Apache\Apache\conf\xsqldemo.conf
added row:
Alias /xsqldemo/ "d:/xsqldemo/"
this tels to Apache to look into d:/xsqldemo/ directory for my xsql files.
D:\oracle\ora9i\xdk\admin\XSQLConfig.xml
should contain connection spec
<connectiondefs>
<connection name="xsqldemo">
<username>scott</username>
<password>tiger</password>
<dburl>jdbc:oracle:thin:@localhost:1521:TREX</dburl>
<driver>oracle.jdbc.driver.OracleDriver</driver>
<autocommit>true</autocommit>
</connection>
</connectiondefs>
Afterwards I called in my browser:
http://jbanik:7778/xsqldemo/xsqldemo.xsql
and I received response from the database.
Apache was listening on port 7778 and redirected the http request to jserv which called xsql servlet. Everithing was handled for me OK.
After I nstalled Oracle 10g I do not see the Apache.
But on port 5501 the enterprise manger is served well.
I do not know what ports are used and for what on 10g. I couldn't find it in documentation.
I do not know how enterprise manager is served on
http://jbanik:5501/em
The xsql_userguide.html recomends to call http://localhost/xsql/index.html to get xsql demos. But I am getting nothing.
How can I tell to Oracle 10g how to look for my d:/xsqldemo/xmldemo.xsql file and what should I specify in the browser to get it working?
Thanks,
Jozef

I instaled Apcahe from 10g Companion CD but it seems not to contain XSQL infrastructure built in. How can I get my html and xsql pages served from one directory under 10g?

Similar Messages

  • Reports Migration from 6i to 10g

    In my Project we are having many reports .and we are trying to Migrate those from 6i to 10g can anyone tell me what are the suggestions i can make during this process .. i am the only person who is going to involve in complete migration solely. Any Ideas and suggestions welcome ..

    Hello,
    Oracle Reports: Migration from 6i to 10g
    http://www.oracle.com/technology/products/reports/migration/index.html
    FAQ Migration
    http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm
    Regards

  • Application Migration from HP-UNIX to SUN Solaris

    Hi Gurus,
    Need help on the application migration from HP-UNIX to Sun Solaris . Copied the filesystems APPL_TOP, OA_HTML, OA_JAVA, COMMON_TOP/util and COMMON_TOP/_pages from SOURCE( HP) to TARGET SUN-solaris as per 238276.1
    Now trying to clone Autoconfig XML context file on the TARGET System
    perl adclonectx.pl migrate java=\opt\java1.4 \
    contextfile=\ul01\app\applmgr\lasrx\admin\LASRX_fiapd4.xml
    Error: source context file ul01appapplmgrlasrxadminLASRX_fiapd4.xml does not exist.
    Questions:
    ======
    1. we still need to install jdk in the TARGET or copy the file system from source(HP) to target( Solaris) bring the JDK and how to check jdk on Solaris?
    2. In clone autoconfig XML, contextfile=? Is the location of SOURCE or TARGER?
    3. I think running above with root permission.
    Please help somebody on this issue.
    Thank You.

    Hi Hussein,
    I need your help on the Application migration from HP-UNIX to SUN Solaris. As per the note 238276.1 we dont copy $806_ORACLE_HOME for cross platform migration, Copied all the filesystem from SOURCE to TARGET but rename it because it suppose to create while installing Middle tier.
    Issue:1
    =====
    When i start to set environment like below, i get the error and
    . /ul01/app/applmgr/lasrx/APPSORA.env
    ksh: /ul02/app/oracle/lasrx/8.0.6_new/LASRX_fiapd4.env: not found
    I am trying to install Middle Tier Technology Stack on SUN server ( Migrating from HP-UNIX to SUN solaris)
    Issue 2: ( Display error) while install Tech Stack
    =====
    ./rapidwiz -techstack
    Rapid Install Wizard is validating your file system......
    >> Wizard requires the DISPLAY variable to be set.
    >> Please set your DISPLAY variable and restart Rapid Install Wizard.
    even i can not see
    echo $DISPLAY because not set the environment.
    Need your help and suggetions on this.
    Thank You.

  • Report generation failed after migrated from 6i to 10g.

    Hi All,
    i have migrated the 6i application to 10g.
    There was a report which was generated in .html format and saved to a remote server location.
    Now after migration to 10g,when i run the report through the URL ,It is still generated on the same remote server location but the it is not showing in the application interface.
    Please help....
    Thanks,
    DK

    Hi, Mike,
    user3211655 wrote:
    Hi All,
    We try to migrate a 8i database to 10g by using the exp and imp. All tables and data are already migrated by imp. During the imp, there are errors said the trigger compile with errors.
    When login to the em to check, I found these 2 errors.
    Line # = 2 Column # = 1 Error Text = PL/SQL: SQL Statement ignored
    Line # = 2 Column # = 60 Error Text = PL/SQL: ORA-00942: table or view does not exist
    My trigger is a very simple one:
    BEGIN
    Select TB_COUNTER_SEQ.NEXTVAL INTO :NEW.INCREMENT_NUM FROM DUAL;
    END;
    And I'm sure the "TB_COUNER_SEQ" is there.
    Do I need to change anything on the trigger when migrating from 8i?
    In fact, besides this trigger, all other trigger imp to this schema are having the same error. The schema in the 10g is a newly created one, is there any special right I need to create grant to this new user?Grant the necessary privileges on the tables (and any other objects used, like sequences) directly to the owner of the triggers. Privileges granted to a role don't count in AUTHID OWNER stored procedures; the privileges have to be granted to the owner of the stored procedure (or to PUBLIC).
    It the error is occurring at position 60, then it looks like you don't have privileges on dual. Login as SYS and
    GRANT SELECT ON dual TO PUBLIC;You may need synonyms (perhaps public synonyms) for the objects, too.

  • Does migration from 6i to 10g affect on Graphs in Forms

    Hiiiiii Masters
    I am on migration from form 6i to 10g , and i need to migrate the Graphical application too.
    Here i came to know that there is no Graphical support in 10g..
    What should i do? Can any one give me the steps...
    Thanks and Regards
    Swap

    check this document,
    Oracle® Forms Migrating Forms Applications From Forms 6i

  • Stored procedures not working after migrating from 8i to 10g

    The Oracle stored procedures are generating an error following upgrading a ColdFusion web application from Oracle8i to 10g release 2.
    "Error","jrpp-102","05/28/08","13:35:09","insite","Error Executing Database Query.[Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'S_DEFAULT_LETTER_SETTING' ORA-06550: line 1, column 7: PL/SQL: Statement ignored The specific sequence of files included or processed is: new_letter.cfm, line: 63 "
    I've been looking at this for about 3 days with a colleague in the office. We can resolve this be recreating the stored procedure with a new name (e.g. adding the suffix "_v2"). Its not really practical for us to do this throughout the system. Anyone know what the root cause might be?
    I'm currently connecting to Oracle10g using SQLTools and Oracle8 client. I've yet to upgrade to Oracle10 client.
    I've tried selecting all the stored procedures and re-compiling them but it appeared to make no difference.

    The Oracle stored procedures are generating an error following upgrading a ColdFusion web application from Oracle8i to 10g release 2.
    "Error","jrpp-102","05/28/08","13:35:09","insite","Error Executing Database Query.[Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'S_DEFAULT_LETTER_SETTING' ORA-06550: line 1, column 7: PL/SQL: Statement ignored The specific sequence of files included or processed is: new_letter.cfm, line: 63 "
    I've been looking at this for about 3 days with a colleague in the office. We can resolve this be recreating the stored procedure with a new name (e.g. adding the suffix "_v2"). Its not really practical for us to do this throughout the system. Anyone know what the root cause might be?
    I'm currently connecting to Oracle10g using SQLTools and Oracle8 client. I've yet to upgrade to Oracle10 client.
    I've tried selecting all the stored procedures and re-compiling them but it appeared to make no difference.

  • Problem in migrating from 6i to 10g and I need help

    I'm trying to change my program from 6i to 10g
    I migrated libraries and
    every thing is ok but when I try to migrate forms I had this error
    ERROR opening D:\10gnkinkos\SHIFTS.fmb :oracle.forms.jdapi.JdapiException: A subclassed module could not be found during loading
    Check subclass and library dependencies

    With "the browser opening a white page" do you mean that the Forms Java applet won't start at all or is it starting with a Forms with a white canvas without any items on it?
    If it is the first (Java not starting) there must be something wrong with your Forms setup. First try to run with the default setup without specifying a form. It should display test.fmx that it is included with the Forms setup. This Forms just tells you the setup succeeded and displays a single OK button

  • Poor performance on reports that were migrated from 6i to 10g

    We are migrating from 6i client server to 10g reports server and getting poor performance on various reports. Reports that work in seconds in 6i are taking much longer to run or even timing out.
    Reports Server:
    Version 10.1.2.0.2
    initEngine = 1
    maxEngine = 20
    minEngine = 1
    engLife = 1
    engLife = 1
    maxIdle = 30
    The reports are being called from 10g forms with the following:
    T_repstr := '../reports/rwservlet?server=rep_aporaapp_frhome1'
    || '&report='|| T_prog_name
    || '&userid='|| T_nds_uid;
    || '&destype=cache'
    || '&paramform=yes'
    || '&mode=Default'
    || '&desformat=pdf'
    ||' orientation=Landscape';
    web.show_document(T_repstr,'_blank');

    Using these and not hearing much bad
    Init Engine 1
    Max Engine 6
    Min Engine 0
    Eng Life 10
    MaxIdle 30
    Trace Error
    Trace Replace
    I set my Report Server Parameters
    CACHE SIZE - 700
    CACHE DIRECTORY = (you have to decide)
    IDLE timeout 120
    Max Connections 120
    Max Queue Size 4000
    trace options = trace_err
    trace mode trace_replace

  • URGENT - Migrating from 9i to 10g designer

    Hi All,
    I have installed new repository for Designer 10g (10.1.2.0.2) and
    I have started Migration from Designer 9i (9.0.2.80.10).
    I have error message from ckrau61 with cause:
    "No Designer Repository has been detected.
    Please check connection details and try again".
    I have checked TNSNAMES.ORA and haven't found any error. Other
    software works with old repository (9i) and i have checked the TNSNAMES.ORA on the server and not on the client ... Oracle is trying to build a db link and it is tested ok.
    The Migration from 9i is not supported in 10g?
    Help-me!!!!
    Any tips would be helpful. Thanks.

    You do not have to install a new Repository and "migrate" your data to upgrade from Designer 9i to Designer 10g. You just install the 10g Designer client, connect to your existing 9i Repository and "upgrade" it to 10g.
    Please refer to the "Upgrading a Release 6i, 9i, or 10g Repository" section in the Repository Installation Guide for complete details.
    - Suresh

  • Oracle 10G Installation and Migration from 6i to 10G and

    I never had the opportunity to Install or Migrate oracle any version.
    We are in the process of Installing Oracle 10G and moving Oracle Forms and Reports from 6i to 10G. I am asked by my superiors to conduct the interviews and decide which candidate will be best. These are temporary positions but are very important as a wrong candidate will affect the entire project. Need the right candidate.
    I would like some hints or suggestion as to what skills should I test or what questions to ask.
    Any sites or any questions will help me.
    Thanks to All

    See,
    to read how we performed the upgrade and see some issues:
    http://www.oracle.com/technology/products/forms/index.html
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html
    http://www.oratransplant.nl/category/oracle/forms/6i-to-10g-upgrade/
    Good Luck!!

  • Trigger compile with after migrated from 8i to 10g

    Hi All,
    We try to migrate a 8i database to 10g by using the exp and imp. All tables and data are already migrated by imp. During the imp, there are errors said the trigger compile with errors.
    When login to the em to check, I found these 2 errors.
    Line # = 2 Column # = 1 Error Text = PL/SQL: SQL Statement ignored
    Line # = 2 Column # = 60 Error Text = PL/SQL: ORA-00942: table or view does not exist
    My trigger is a very simple one:
    BEGIN
    Select TB_COUNTER_SEQ.NEXTVAL INTO :NEW.INCREMENT_NUM FROM DUAL;
    END;
    And I'm sure the "TB_COUNER_SEQ" is there.
    Do I need to change anything on the trigger when migrating from 8i?
    In fact, besides this trigger, all other trigger imp to this schema are having the same error. The schema in the 10g is a newly created one, is there any special right I need to create grant to this new user?
    Thanks a lot.
    Mike

    Hi, Mike,
    user3211655 wrote:
    Hi All,
    We try to migrate a 8i database to 10g by using the exp and imp. All tables and data are already migrated by imp. During the imp, there are errors said the trigger compile with errors.
    When login to the em to check, I found these 2 errors.
    Line # = 2 Column # = 1 Error Text = PL/SQL: SQL Statement ignored
    Line # = 2 Column # = 60 Error Text = PL/SQL: ORA-00942: table or view does not exist
    My trigger is a very simple one:
    BEGIN
    Select TB_COUNTER_SEQ.NEXTVAL INTO :NEW.INCREMENT_NUM FROM DUAL;
    END;
    And I'm sure the "TB_COUNER_SEQ" is there.
    Do I need to change anything on the trigger when migrating from 8i?
    In fact, besides this trigger, all other trigger imp to this schema are having the same error. The schema in the 10g is a newly created one, is there any special right I need to create grant to this new user?Grant the necessary privileges on the tables (and any other objects used, like sequences) directly to the owner of the triggers. Privileges granted to a role don't count in AUTHID OWNER stored procedures; the privileges have to be granted to the owner of the stored procedure (or to PUBLIC).
    It the error is occurring at position 60, then it looks like you don't have privileges on dual. Login as SYS and
    GRANT SELECT ON dual TO PUBLIC;You may need synonyms (perhaps public synonyms) for the objects, too.

  • What is the right tools to migrate from developer suite 10g to 11g?

    Hi all..
    Im kinda new here and hope pro can help me in the right direction. I've been developing forms and reports in 10g which is using the developer suite. My company would like to migrate to 11g. However, i see that there are no 11g developer suite. it must have rename it something else or provided to developer in a different name or so.
    Could someone clarify this and give me a link to what i need to develop forms and reports in 11g. Im sure im going to need the weblogic as well.
    I did find a post where user states that there is no more developer suite in 11g but i find his answer a bit unclear. So i was hoping someone can give a link to what i really need in order to continue with 11g.
    Thanks

    In brief a migration from 10g to 11g is just a recompile, nothing more. There were some built-ins removed in 11g which were deprecated in 10g (like run_product for example) so if you have some dead code containing this built-ins you will get compile errors. But as those built-ins didn't do anything in 10g you should be able to remove them without a second thought.
    As for developer suite: there is no developer suite anymore like there was in 10g; There is only one complete bundle containing the development as well as the deployment components, and you can choose at installation time which components you want to install. You can install the IDEs and omit some of the components you won't need in 11gR1 or install the development version in 11gR2.
    You can find the install bundles here.
    Before you start installing it is a good idea to review the certified system configurations.
    cheers

  • Migrating from 9i to 10g designer

    Is there documentation on migrating Designer/Repository from 9i to 10g.
    We have a 9i database and 9i designer. What are the specific steps to be done.
    I know oracle normally has a migration path for its products.
    any tips would be helpful.

    Documentation is in the release notes. Actually, it is quite simple.
    First backup your Repository with the Repository Administration Utility (RAU).
    Install Designer 10g - this can be done in the same ORACLE_HOME as 9i or in a new ORACLE_HOME if you wish. Do this for all Designer users that share your Repository - once you upgrade the repository, old versions of Designer won't be able to use it.
    Then start RAU again. You will notice that the Upgrade button, which is normally grayed out, has become active, and some of the other buttons are grayed out. Use the Check System Requirements utility to make sure that your Repository Owner has all of the needed permissions and that other configurations are correct. It is particularly important that the registry settings that point Designer at "imp" and "exp" point to versions that are compatible with your database version. By the way, the latest version of the Repository requires at least Oracle 9iR2.
    Finally, press the Upgrade button and start the upgrade. This will take a while but went pretty smoothly for me.

  • Portal Migration from 9i to 10G

    Hi all
    Iam new to Portals, We will be getting a portal migration project from 9i to 10G.
    I need to know the upgradation procedures needed to do the same. It will be very helpful if anyone can refer me any good document or white paper for this.
    Thnx in advance
    Sriram

    Hi
    I recommend before migrate to a new version, review the export and import, because this a bug in the portal 10G Don´t clone that's why is not function is the 10G version. you cand find documentation about migration and requiriments in the Oracle portal section. Be carefully with the indications in the pdf documentation and do a plan B if you have problems with the migration.
    Best regards
    deepjavero

  • Migration from 6i to 10g.

    Hi,
    1.     Is it possible to migrate forms 6i directly to forms 10g using 10g dev. suite? Or do we have to migrate first to forms 9i first?
    2.     What is the latest available forms development environment in production and can we use that for our forms migration from 6i?
    3.     Does forms 9i and 10g works with 9i, 10g and 11g databases?

    You can Migrate directly from 6i to 10g Release 2, but probably not with Migration Assistant alone. It will take an average of about 1 day per Form to accomplish this with Migration Assistant. There are many things that MA just doesn't take care of, and I have seen alot of complaints with the Formatting of the Forms after. Not to mention Reports.
    Edited by: ChrisBaker on Jan 4, 2010 5:36 AM

Maybe you are looking for

  • Can I use more then one apple ID on my computer/osx app store

    Hi, I use my MBP/iMac/ipad/iphone for both business and home.  Right now everything is setup to my home apple id (and I have made quite a few purchases with that).  With the release of the osx app store and FCPX,  my company wants to buy these for my

  • Downloading the ALV layout to Excel sheet

    Displaying ALV using OOPS concept. Dynamic internal table is passed in the     CALL METHOD gcl_grid->set_table_for_first_display For downloading into Excel sheet used EXPORT->LOCAL FILE->Spread sheet <b>The TEXT.XLS file is not looking like as it is

  • Database feature Derived Table nad performance

    WE recently migrated our Data warehouse from DB2 to Oracle Exadata. Since the migration, i have noticed that some of the reports have becone extremely slow. e.g the report was runnign for 7 secs before is now running for over 6 minutes. In the databa

  • XSLT European Language Support in XMLData class (part of Oracle XML kit)

    My code in JSP (with JDev) looks like this: <jsp:useBean id="XSLTProcesseur" class="oracle.jbo.html.databeans.XmlData" scope="request"> <% String sImageBase = (String)session.getValue("ImageBase"); XSLTProcesseur.initialize(application, session , req

  • Diagnostics Setup - remembers old settings

    Hi, have a strange problem and it's really giving me a headache. We did set up solution manager diagnostics earlier ago and it worked fine. Recently I logged on again to the SolMan Diagnostics page and got the message that Diagnostics was not running