Can I Use Designer 6i on Oracle 9i database

Please can I use designer 6i on an Oracle 9i database.
I tried it and I could not log on as user SYS .
Are there any configurations I need to do. What is the order of installation.
Designer 6i - Forms 6i - Oracle 9i database
or
Forms 6i - Designer 6i - Oracle 9i database
or
Oracle 9i database - Designer 6i - Forms 6i
I want to be sure that my installation was not faulty
Reply urgently.
Gloria Akika

Hi,
I'm currently using Oracle 9i DB and Dev/Des 6i. In my case I installed the 9i DB first since in order for me to succesfully create a repository I need a working DB first.
I hope this helps.

Similar Messages

  • Can we use Dynamic SQL in Oracle Reports ?

    Hi ,
    Can we use Dynamic SQL in Oracle Reports ?
    If yes please give some examples .
    Thanx
    srini

    I believe the built-in package SRW.Do_Sql is what you are looking for
    Example from the document:
    /* Suppose you want to create a "table of contents" by getting the
    ** first character of a columns value, and page number on which its
    ** field fires to print. Assume that you want to put the "table of
    contents"
    ** into a table named SHIP. You could write the following construct:
    DECLARE
    PAGE_NO NUMBER;
    PAGE_FOR INDEX NUMBER;
    SORT_CHAR CHAR(1);
    CMD_LINE CHAR(200);
    BEGIN
    SORT_CHAR := :SORT_NAME ;
    IF :CALLED = Y THEN
         SRW.GET_PAGE_NUM(PAGE_FOR_INDEX);
         SRW.USER_EXIT(RWECOP PAGE_FOR_INDEX
         P_START_PAGENO);
         SRW.MESSAGE(2,TO_CHAR(:P_START_PAGENO));
    END IF;
    SRW.GET_PAGE_NUM(PAGE_NO);
    CMD_LINE := INSERT INTO SHIP VALUES
                          (||SORT_CHAR||,||TO_CHAR(PAGE_NO)||);
    SRW.MESSAGE(2,CMD_LINE);
    SRW.DO_SQL(CMD_LINE);
    COMMIT;
    EXCEPTION
      WHEN DUP_VAL_ON_INDEX THEN
            NULL;
      WHEN SRW.DO_SQL_FAILURE THEN
            SRW.MESSAGE(1,FAILED TO INSERT ROW INTO SHIP TABLE);
      WHEN OTHERS THEN
           COMMIT;
    END;

  • Can I use ODL / OQL on Oracle ?

    Hi,
    Recently I read a database book, one chapter is about ODL (Object Definition Language) and OQL (Object Query Language). I still dont really get it :
    1) Can I use ODL / OQL on Oracle ?
    Or it can only be implemented on 'pure ODBMS' only ? (while Oracle is not ODBMS, is it?)
    2) If the answer is Yes, does it mean I can access Oracle, e.g : from Java, without any O/R Mapping or JDBC layer ?
    Thank you for any help,
    Krist

    1) No, and Oracle is not a ODBMS (in that you are correct). It is an Object-Relational database.
    2) No. You need something like TopLink to do the mapping.
    Oracle Lite (on the other hand) does have these features.

  • I want to buy macbook air 13, can i use designing software like AUTOCAD, solidworks, and some heavy games, like Maxpayne 3 and Some more in AIR 13??

    i want to buy macbook air 13, can i use designing software like AUTOCAD, solidworks, and some heavy games, like Maxpayne 3 and Some more in AIR 13??

    Welcome to Apple Discussions.
    Read the system requirements for the programs you listed. Match them against the specifications of the machine you propose to buy. The more RAM the better, your hard drive size requirements and video card specicications may require the upgraded, not base, model or may eliminate the MBA as a platform.

  • Can i use HTML coding in oracle alerts

    Hi,
    I have a doubt in oracle alerts.
    can i use html coding in oracle alerts.
    If so can anyone please help me out this.
    Thankig you,
    Regards,
    RR

    hi vingorius ,
    No you cant include html but u can use variables
    To add a variable in a text message to provide context for the iBot attachment
    1. Click the following option:
    If sent as attachment, include this text
    2. Type the text into the text box with a session variable, a repository variable, or a presentation variable using the syntax shown in the following table:
    Variable Type
    Syntax
    Repository @{Variable_Name}
    Session @{NQ_SESSION.Variable_Name}
    Presentation @{Variable_Name}
    For example, Dear, @{NQ_SESSION.Variable_Name}, here is your personalized Weekly Sales Territory Update.
    NOTE: If you want to use the @ character, you need to precede it with the \ (back slash) character to separate it from the variable syntax. For example, Dear @{NQ_SESSION.DISPLAYNAME}, \@ New York, appears as Dear Joe Smith, @ New York.
    Source : BI Guide
    Thanks,
    Saichand.v

  • If we use result_cache_mode=force in oracle 11gr2 database then we don't ..

    If we use result_cache_mode=force in oracle 11gr2 database then we don't need QSEl (third party software).
    is the result cache feature is work same as qsel.
    I am not able to find anything regarding it..please help...
    http://www.qsel4oracle.com/FramePage_files/FramePageData.htm

    I don't know anything about QSEL, but can guess that it is some sort of caching solution sitting on Oracle.
    Ideally, RESULT_CACHE_MODE should not be set to FORCE, as it will try to cache each and every SQL (and its results for different bind values).
    But, if you have reasonably big SGA and within that SGA, if you have reasonably big result cache and you do RESULT_CACHE_MODE=FORCE, then you might not need third party caching solution.
    Key question is, how big is reasonably big? that depends on size of data you are dealing with.
    Good thing about result caching is, it works for user defined functions as well.
    Also, you can enable result caching in certain sessions and disable it in certain session.

  • Can I use web Dynpro to access other database

    Hi Experts,
    Can I use web Dynpro to access other database? Like we have a Siebel Database, can web dynpro application read data from there? If yes, How can I do it?
    Thanks a lot!!!
    MH

    Hi,
    I think you should be able to write Native SQL in the supply function or the methods of the Assistance Class.
    Hope this helps.
    Regards,
    Kedar

  • Can Forms 9i run on an Oracle 8 database??

    Can Forms 9i run on an Oracle 8 database??

    Yes, you can check all the certified versions of what database is certified against which Forms version at metalink.oracle.com
    Regards
    Grant Ronald
    Forms Product Management

  • How can i use raw device in oracle 9.2.0.4

    can i use "create tablespace XXX datafile '/dev/raw1' ..." to use raw device for tablespace? Or i should use "ln -s /dev/raw1 /oradata/xxx.dbf"?
    does raw device as same as "xxx.dbf" is limited 4GB ?
    pool english.

    hi,
    as far as windows NT OS is concerned,,there's a utility (OCOPY) to store ur datafiles on to raw devices,,,but u cant directly access that datafiles for runtime databases,,its just for backup purposes..
    umar

  • Can I use SQLite as a server-side Database?

    In a web based iphone application can we use SQLite as the database which will handle tens of millions of records without failing at the server side?
    Or else what will be better for that purpose?
    Thanks in advance,
    Satya.

    Nice to see u again my friend.
    I have one doubt. I feel like SQLite is an embedded database for iPhone/iPad/iPod devices. And my requirement is something that I want to use the database to be stored and maintained at the server-side as like a day-to-day web-server.
    For example database used for IRCTC or gmail server's database etc. I have certain things to maintain at server-side as like login details(Name, password, location of launching application, Date, time) or something like offers of the month, and to retrieve the details either mails or any other details of the loggedin person with the iPhone from any location as we do with our system to access the mail accounts from server.
    The server's database should bear loads for more than millions of users logging in.
    Will SQLite handle such a thing. or I have to use something like MySql or Oracle?
    Which will be best for that reason(ofcourse with a minimal of cost)?

  • How can I use File DSN to connect to database?

    Hi,
    I am using ODBC-jdbc driver to connect to the database. It seems that the DSN name is required. How can I use a file DSN instead of system DSN to connect to database? Please help?

    oracle provided jdbc drivers (thin and oci) do not use odbc.
    why would you want to slow things down by sending "round trip" data transfers thru a "jdbc to odbc" and thru "odbc to jdbc" conversion routines.
    It isn't necessary with the oracle provided drivers !!

  • Can I use JMS instead of a shared database.

              I need to share data between mutiple weblogic instances and I would like to use
              JMS instead of a shared database.
              Senario:
              Weblogic instance 1 recevies message withy parameters 1,2
              Calcualate 1,2
              Weblogic instance 2 recevies message withy parameters 1,2
              Do not calculate 1,2 until Weblogic 1 is finish.
              I know I can persiste in a shared table the work currently being done but this
              alot on this table.
              I would like to use JMS to tell the other servers that I am working on a process
              so the other servers don't.
              My goal is to share data with multiple weblogic servers without going to the database.
              Is it possible?
              Any ideas?
              Tommy Lapierre
              

    One way to accomplish this with queing is to partition
              related work to a single destination that has a single
              consumer.
              Tommy Lapierre wrote:
              > I need to share data between mutiple weblogic instances and I would like to use
              > JMS instead of a shared database.
              >
              > Senario:
              > Weblogic instance 1 recevies message withy parameters 1,2
              > Calcualate 1,2
              > Weblogic instance 2 recevies message withy parameters 1,2
              > Do not calculate 1,2 until Weblogic 1 is finish.
              >
              > I know I can persiste in a shared table the work currently being done but this
              > alot on this table.
              >
              > I would like to use JMS to tell the other servers that I am working on a process
              > so the other servers don't.
              >
              > My goal is to share data with multiple weblogic servers without going to the database.
              > Is it possible?
              >
              > Any ideas?
              >
              > Tommy Lapierre
              

  • Can I use owb9.2 with oracle 8i?Urgent!

    My customer's source db is oracle8.1.7 and he want to build dw on the same database and he don't want to upgrade his db to oracle9i.
    Can I only install owb9.2 on the oracle 8i db and use it to build the dw?
    If not how can I solve this problem?

    Yingli,
    Yes, you can. OWB 9.2 Installation Guide, http://otn.oracle.com/documentation/warehouse.html
    page 1-12 "Software Requirements for Warehouse Builder Components":
    "Warehouse Builder repository requires Oracle 8.1.7 or Oracle9i Database Server Release 1 or 2."
    and
    "The server side environment requires Oracle 8.17 or Oracle9i Database Server Release 1 or 2."
    The targets can be deployed on even earlier version of the database (starting from 7.3.4). One of the strengths of OWB is ability to design a mapping once and then control deployment to various targets through location definitions which are db version-aware. That in turn generates code appropriate for a given db version. For example, MERGE statement will only be generated if target is on 9i.
    Make sure your customer is aware of many performance advantages of running the warehouse on 9i vs 8i, so that he makes the best decision for the project.
    Nikolai

  • How can I use unix commands from oracle report

    I have to use the following command from oracle reports.
    In oracle forms we can use the HOST command but what about oracle reports2.5.
    I have to email the attached file 100245.pdf from oracle reports to the given email id
    uuencode 100245.pdf 100245.pdf | mailx -s "test" [email protected]

    Hi,
    It's because .bat (or .cmd) files are scripts and not executables and are interpreted using the command line executable - which is normally cmd.exe (although you can buy others).
    So you need to call cmd.exe passing the bat file name as a parameter, something like
    cmd.exe /c batchfilename
    Without the /c you will never get a response.
    However, this brings us to the bizarre conclusion that you are going to:
    call cmd.exe (a shell interpreter)
    to launch a batch file
    that calls cygwin (another shell interpreter)
    which then runs ls
    When shouldn't that just be:
    call cmd.exe to run the dir command
    Or better yet, If you are just after a file name listing and you seem to understand Java stored procs, why not just write a JSP to list the contents of a directory? No problems with OS dependant commands, scripts and 3rd party interpreters. Plenty of examples of that out on the internet as well.
    HTH
    Chris

  • How can I use firefox to access Oracle's 10g Express Edition Database script editor?

    I have installed Oracle's 10g Express Edition (xe) Database in my computer, which is running Ubuntu 10.04 64-bit. I can access the database through the command line and by using the web interface on Firefox. However, the script editor doesn't work with Firefox. The scripts are not shown and I'm unable to edit them.

    I have installed Oracle's 10g Express Edition (xe) Database in my computer, which is running Ubuntu 10.04 64-bit. I can access the database through the command line and by using the web interface on Firefox. However, the script editor doesn't work with Firefox. The scripts are not shown and I'm unable to edit them.

Maybe you are looking for

  • JavaScript Alert functionality in PL/SQL

    I'm in need of implementing the JavaScript "Alert" functionality (display message and wait for user to acknowledge) in the "before displaying the page" PL/SQL block of portal reports and forms. While I'm at it - How about the JavaScript "history.back

  • Problems with bookmarks after update to version 16

    My bookmarks used to appear in the bookmark drop-down menu but now are only available in the bookmark sidebar. I have tried the reset to default option. I have tried deleting the places.sqlite file and the localstore.rdf file from the profile, but no

  • *** Can I change the position/font of the titles?

    I would like to create a slideshow of some of my pictures where the title is also visible. I can see the checkmark to make sure the title is there but I wonder if it's possible to change the location and font of the text. Is there a way to do this? C

  • Latest episode of Podcast still not appearing in iTunes, after a 10 day wait

    Hi folks, So far four episodes from my feedburner feed have sucessfuly been published to itunes. But the fifth episode, published on the 24th of August has not appeared in iTunes. The feed is this:- http://3dartdirect.com/feed/podcast/ The Feed valid

  • Weird Problem Came Up Today.  Don't know what to do!

    I've been using my MacBook for just under a week now without any problems whatsoever. However, today, I was surfing the web with no external devices attached and the computer suddenly turned off with no warning. I turned the power back on and while t