New to Oracle, Need to connect forms 9i with oraclient 10g schemas n tables

Hi,
I am very new to oracle applications and i am not even sure if the terminology i am using is right. I have trained on Oracle SQL/PL and Forms 9i recently and i am trying to create an oracle environment where i can practice.
I have downloaded the Oraclient 10g and 9i Developer suite. I want to use the forms applications and even do coding for SQL/PL from the forms sql/pl editor.
I am not able to connect the forms application to the database as it is asking for a username, pswd and a host string. During installation i have not given any id's or passwords.
can someone help me on how i can start using the existing tables from the oraclient and build forms.
thanks in advance for the help.

thanks. i don't know what to read as the course i did was totally on a developer track, i have knowledge of DB only through PL/SQL and i have forms 9i. I understand that one needs to link up the forms to some sort of a database schemas n tables to be able to start working with it's pl/sql editor. and i know i have the database with the oraclient 10g. all i need to know now is how to connect this database to the forms client. cuz everytime i go into the pl/sql editor it is asking of me to provide a user name, password and a host string which i don't know where to get from. please guide

Similar Messages

  • I have just purchased a new macbook and need to sync my iphone with itunes, i understand that you can only sync your phone with one itunes account. I do not want to wipe my iphone when syncing with this new itunes account. Any advice welcome

    I have just purchased a new macbook and need to sync my iphone with itunes, i understand that you can only sync your phone with one itunes account. I do not want to wipe my iphone when syncing with this new itunes account. Any advice welcome

    1) authorize iTunes on the new machine for your iTunes store account(s)
    2) connect your device and right-click or control-click it in the iTunes Source list, then choose transfer purchases from the shortcut menu that appears.
    3) sync the device
    iTunes will wipe the iPhone but, since you transferred your purchases in the previous step, your content will be in your library and you can re-populate the iPhone with it.

  • How to connect Forms 6i with MS Access

    Dear All:
    Can we connect Forms 6i with MS Access? If yes then how? Any document? Any suggestions?
    Thanks
    Hassan

    Thanks Jose for your suggestions:
    I am sorry I did not use the search utility of Forum.
    Anyway I have connect the Forms 6i with MS Access
    I created two text item in a Non-Database block and write following coding on a Push Button:
    declare
    connection_id EXEC_SQL.CONNTYPE;
    cursorID EXEC_SQL.CURSTYPE;
    sqlstr VARCHAR2(1000);
    d1 VARCHAR2(100);
    d2 NUMBER;
    nIgn PLS_INTEGER;
    nRows PLS_INTEGER := 0;
    BEGIN
    connection_id := EXEC_SQL.OPEN_CONNECTION('hsn','hsn','odbc:test');
    cursorID := EXEC_SQL.OPEN_CURSOR(connection_id);
    sqlstr := 'select d1,d2 from abdali ';
    EXEC_SQL.PARSE(connection_id, cursorID, sqlstr, exec_sql.V7);
    EXEC_SQL.BIND_VARIABLE(connection_id, cursorID, '', '');
    EXEC_SQL.DEFINE_COLUMN(connection_id, cursorID, 1, d1, 100);
    EXEC_SQL.DEFINE_COLUMN(connection_id, cursorID, 2, d2, 100);
    nIgn := EXEC_SQL.EXECUTE(connection_id, cursorID);
    WHILE (EXEC_SQL.FETCH_ROWS(connection_id, cursorID) > 0 ) LOOP
    nRows := nRows + 1;
    EXEC_SQL.COLUMN_VALUE(connection_id, cursorID, 1, :d1);
    --EXEC_SQL.COLUMN_VALUE(connection_id, cursorID, 2, :d2);
    next_record;
    END LOOP;
    message(nrows);
    IF (nRows <= 0) THEN
    TEXT_IO.PUT_LINE ('Warning: query returned no rows');
    END IF;
    END;
    I can retrieve the data from MS Access but there is a problem occured.
    The data type of one column in Access is defined as Intiger
    I also defined a text item in form as Intiger but when retrieved then it returned following error:
    FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-306500.
    I remarked the following coding it works fine.
    EXEC_SQL.COLUMN_VALUE(connection_id, cursorID, 2, :d2);
    Any suggestions: I also read the OCA_INFO.pdf but did not find how to handle this type of problem.
    If you can help me to find out how to match the data types of both the databases?
    Also can I insert the data from a Database Block of Oracle into MS-ACCESS thru write code on the Button.
    Thanks for help
    Hassan

  • Need to learn forms and reports for 10g

    Hi,
    I need to learn forms and reports for 10g urgently for windows. Where can I download the software from..........I am a newbie in this field........Thank you.......

    Big red button - top right
    (Didn't someone say just the same thing last week)

  • How to connect Orcal devsuitehome with data 10g

    How to connect Orcal devsuitehome with data 10g
    can you give me full details coz I really dpress
    full details through Net configuration assistant or where

    Using the appropriate setting in tnsnames.ora file located in your [Forms_Home]\network\admin directory.
    There are some Oracle e-books about configuring the connection using the Oracle Net.. you should consult....
    All info are there....
    Sim

  • New in Oracle need basic help

    Hello
    I'm new in Oracle (First day in oracle), in one company i have Oracle 11g (windows server 2003), but the problem is that I need to understand:
    1) Name an location in file sistem of instances created
    2) Name an location in file sistem of databases created
    3) What is the best full backup method and how to create backups using cmd ?
    google.com didnt help me.
    Can some one help me ?

    Hi there,
    in Oracle we have a schema concept - All objects with segments are within the schema
    Every schema can use one or more tablespaces
    Each tablespace should have at least one datafile associated.
    With that said, You can run this query to know where is your schemas:
    Select owner,tablespace_name,sum(bytes/1024/1024) MB from dba_segments group by owner,tablespace_name;
    And to check the location of each tablespace:
    select tablespace_name,file_name from dba_data_files order by 1,2;
    And to check all directories that have some file from the database
    http://heliodias.wordpress.com/2007/10/04/oracle-diretories-list/
    Regards,
    Helio Dias
    http://heliodias.wordpress.com

  • New to oracle need some help

    Hello everyone,
    I must say that I feel a little like a little fish in a big pond but i am fairly new to oracle and untill recently have used mainly in my school. I recently downloaded database10g and developer suite10g. I can use database 10g just fine through the web interface but i wanted to integrate developers many programs into this. I know that I'm probably making a bunch of very simple mistakes but I would appreciate any help that could be provided. I am running oracle on a windows system and will possibly also be installing it on an linux system so making it work on this computer would really be great.
    Thanks in advance,
    Rick

    nevermind i figured it all out but if anyone happens to stumble along past this posting with the same issues just shoot me an email at [email protected] and ill help you out.
    rick

  • With the new Time Capsule does the beam forming occur with multiple clients, and do these clients have to be 802.11ac compatible?

    With the new Time Capsule 5th Gen does the beam forming occur with multiple clients, and do these clients have to be 802.11ac compatible?

    does the beam forming occur with multiple clients
    Yes, but Apple is unclear about how many cients can be connected simultaneously with this feature.
    do these clients have to be 802.11ac compatible?
    Yes

  • What Cable Do I Need To Connect My MacBook With a Cinema Display?

    Hi,
    I have got a 23" old HD Cinema Display. It is the one with the transparent plastic around the outside. I have a 13" MacBook, Oct 2008 then discontinued, the one that looks like a MacBook Pro, and I would like to connect the laptop to the display. Which cable would I need to connect the two?
    The cable coming off the cinema display has three lines on ten metal dots on the right, and a line, with two dots above and below it, on the left. On the Macbook I have got a mini dvi port.
    Thanks,

    The first problem is that the 23 inch display with oval ADC connector has no power supply. You will need something like the Apple DVI-to-ADC converter, which contains the power supply to generate the 28 Volt power at up to 4 Amps needed to run the display. This will convert your display to a DVI display with a power supply "brick" in the cable. These converter/power units are readily available on the used market and have an AC power cord.
    If your MacBook is an Aluminum body, it has a Mini DisplayPort. [Older models had a Mini DVI, where the center partition was folded into a C-shape.] Mini DisplayPort can be forced into "Single-Link DVD compatibility mode" with an inexpensive adapter. This solution works for DVI displays up through 1920 wide, beyond which you need the much more expensive Dual-Link converter. {If your had the Mini DVI, that is also a simple adapter.]

  • Need to Connect SAP PI with Protocal LU6.2

    Hi ,
              I have interface which is SAP R/3 with Protocal LU6.2 , will any one suggest me using any standard adapters or any conversion i can do this interface other than Iway adapter
    Thanking you
    Sridhar

    >>need to connect SAP R/3 with Mainframes using LU6.2 Protocol
    Check if this helps
    Sending data to a mainframe using APPC-LU6.2 protocol
    Regards
    Jai

  • New to Oracle- Need help with installation from cmd shell.

    Hello!
    I am writing a script to automate the installation of Oracle Forms and Reports 6i in XP through cmd.exe. The script works great, but the command is incomplete.
    Currently the command in the script is "setup -responseFile directory\response.rsp".
    This is supposed to generate a .rsp file containing all the options I selected in the custom installation (so I can simply call that file in future implementations of this script to automatically get all those settings), but it does not.
    Does any one know what might be wrong: why isn't this generating the response file?
    Or, do you know the arguments for the command so that I don't even need a response file?
    I've googled this about a dozen times and found nothing very helpful.
    Any advice is appreciated.
    P.S. I've also tried -record -destinationFile. No luck with that either.
    Message was edited by:
    user582111

    Madrid,
    I had already tried that with no success. Just to be sure, I tried it again a moment ago exactly as you have it written except for the location name ("setup.exe -record -destinationFile \\directory\response.rsp"). Again, I don't see a response file.
    I have viewed the link you sent me as well. Unfortunately, it looks like a I need to use the Universal Installer? I don't see anything like that in my installation directory. Am I completely missing something? Oracle is a whole new bag for me.

  • New iPod Touch needs to connect to itunes?

    Hi
    I just bought a new ipod touch and it didn't work out of the box. I had to connect it to itunes to register it (or something). Is this correct? The store assistant says all new ipods need this, but the Apple help desk person says it should work out of the box. Any comments appreciated.
    I can't find anything on this via Search.
    Thanks.

    Hello alan_dr,
    alan_dr wrote:
    Hi
    I just bought a new ipod touch and it didn't work out of the box. I had to connect it to itunes to register it (or something). Is this correct? The store assistant says all new ipods need this, but the Apple help desk person says it should work out of the box.
    No, you have to set it up and configure it with iTunes before gaining full functionality of the iPod.
    B-rock

  • HELP!!! New laptop and need to connect to internet

    I just bought a HP dv6t laptop.  It has all the connections labelled very well but I am having a problem getting connected.
    I have a desktop computer as well and I disconnceted the cable from the cablebox/modem and tried to connect it to the port on the right side of my laptop.  It doesn't fit there but it does fit in the networking port on the left side of the laptop.
    How do I connect my laptop to the internet?   I have comcast cable, phone and internet.   There is a snall box with no connection except to the TV and other box.  The second box has many connections, one of which connects from the box to the cable wall outlet.  Do I just need a phone connection line?
    HELP!!!!  Please!!!
    Lee

    Do you have a cable modem? Do you have a router?
    Adam
    Best Buy Community - Retail, Americas
    Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
    *Remember to mark your questions solved and click the star under the user's name to show your thanks!

  • New to Oracle SQL : Cannot connect to the server

    I am familiar with MySql and find that some of the syntax are different. I would like to get certified in Oracle DB and would like to know whats the best approach to take. Where do I start? I downloaded 10g on my mac os and not sure what to do next. How do i run the Oracle DB now that it is installed?
    Also, It recommends trying Oracle Enterprise Manager Database Control via http://host.domain:5500/em/. I used my ip address for the host but but what is the domain? I typed for eg http://0.0.0.0:5500/em/ but i get the following error message
    Safari can’t connect to the server.
    Safari can’t open the page “http://0.0.0.0:5500/em” because Safari can’t connect to the server “0.0.0.0”.
    Thanks for any help you guys.
    Jeannie
    Edited by: user11892898 on Sep 12, 2009 6:31 AM
    Edited by: user11892898 on Sep 12, 2009 6:41 AM

    user11892898 wrote:
    Also, It recommends trying Oracle Enterprise Manager Database Control via http://host.domain:5500/em/. I used my ip address for the host but but what is the domain? I typed for eg http://0.0.0.0:5500/em/ but i get the following error message
    Safari can’t connect to the server.
    Safari can’t open the page “http://0.0.0.0:5500/em” because Safari can’t connect to the server “0.0.0.0”.
    ...If you have installed Oracle Server in your computer then you should see the menu item added in the Start -> Programs path. Look for "Database Control - <db_name>" or something similar. When you click on it, it opens up the browser with the correct URL. If the browser doesn't show up anything still, then check if the service is up. Start -> Settings -> Control Panel -> Administrative Tools -> Services. Ensure that the service "OracleDBConsole<db_name>" has "Started" status.
    Try using your full computer name for "host.domain". Right click "My Computer" on the desktop -> Properties -> "Computer Name" tab -> Full computer name. The Start menu item mentioned in the earlier paragraph does this for you.
    HTH,
    isotope

  • I WOULD LIKE TO BUY AN IPOD TO COLLECT THE PLAYLISTS OF MY FIENDS .FOR THIS I NEED TO CONNECT THE IPOD WITH SEVERAL MACS.IS THIS POSSIBLE ??

    I WOULD LIKE TO BUY AN IPOD TO COLLECT MY FREINDS' PLAYLIST.CAN I CONNECT THE IPOD TO SEVERAL MACS TO TRANSFER THE MUSIC OR ONLY TO ONE AS IT WAS WITH THE FIRST IPOD ??

    yes i cant buy addiction to apps and at first i did but with another account,,,so now i sign in with my original account and cant do that any more,,it pops up a masseges that it says "this item is for an app tha was purchased by a different apple id,to buy this item with this apple id,you most first purshase the app....so i dont understan what i have to do!!!!

Maybe you are looking for