Interaction between Database and  Forms Developer

Can someone tell me the how can i make a successful connection between database 9i ans developers suites 9i so that i can ru them on a computer to develop applications. if there is any procedure please let me know or send me thelink. Also tell me how to install both of them i mean the order of installation. Your help will be highly appreciated!
Thank
Muhammad Umair

Install each one of them in a different oracle home.
Once installed you need to configure a sql*net connection from the Forms oracle home.
You can use the sqlnet easy config utility for this.

Similar Messages

  • Oracle Database 11g Administrator or Oracle PL/SQL and Forms Developer?

    Hi,
    I am thinking about doing an Oracle certification course- Oracle Database 11g Administrator or Oracle PL/SQL and Forms Developer.
    Oracle Database 11g OCP and OCM certification requires 3 mandatory training courses to be completed that costs between $1900 and $3250/each. Oracle PL/SQL certication doesn't require any mandatory training course.
    Which one of these would be a good choice? Please advise.
    Thank you,
    Tracy

    Regardless of which path you want to take, in order to get the OCP certification in either the DBA or PL/SQL developer track, you must first obtain the respective OCA certification for that track. I'm assuming that since you are still undecided in which path to take that you haven't started working on either yet. If you look at the pages for the OCA DBA and OCA PL/SQL Developer certs and what is required for each, you'll see that the first block of tests for either certification (the SQL based exams) has the same options (1Z0-007, 1Z0-047, 1Z0-051) and passing one of those SQL based exams gives credit towards obtaining both OCA certifications. That might be a good place to start.
    Doing one of these tests first might give you some extra time to decide which track you want to pursue. But as Justin said, it really depends on what you do (or plan on doing) in your career as to which path might be more beneficial for you.
    As for the OCM level stuff, I wouldn't even think about it until you get the OCP. One step at a time... Same with OCP before OCA. That being said, my suggestions are just that, suggestions. You're free to take any exams/courses in any order, but you won't be able to obtain the certs until you have completed the requirements for each.

  • Is there any difference in oracle database and forms database

    i want to know is there any difference in oracle database and forms 6i database
    ,if i import some file through oracle database then same data will exist in forms database or not
    thanks

    Oracle Forms is a Rapid Application Development (RAD) tool not a database. With Forms, you connect to an Oracle database to query and display data from the database as well as insert new or update existing data. Consequently, if exists in the database - you should be able to display it in a Form.
    Craig...

  • Is it possible to import an Access database and forms

    Is it possible to import an Access database and forms into apex

    Yes and no.. Sorry.. The Access data tables and data can be imported into the database, through SQL Developer. The forms I don't believe will be ported over. What will be created through is a set of maintenance report and form sets for each table you convert over.
    That is a good start to converting the database over, since you will probably want to re-do your Access style vba coding to use the available templates and pl/sql code..
    Thank you,
    Tony Miller
    Webster, TX

  • Interaction between BSP and SAP GUI

    Hello all,
    I am having trouble with interaction between BSP and dynpros:
    I have a dynpro with a container where a BSP is shown.
    I would like to be able to return a value from the BSP to the control program of the dynpro.
    Any ideas of how to do it?
    Thanks a lot!
    Helpful answers will be regarded.

    Hello both,
    thank you for your replies, but I am still not able of performing this.
    I have tried using GET/SET parameters but it is not working, I get no parameter (perhaps I am not using the sentences correctly or in the correct place).
    I have also tried the code of demo program SAPHTML_EVENTS_DEMO and I think I cannot do it, I explain it a bit more:
    I have a button on my  BSP with some code programmed on event OnInputProcessing to be executed, and at the end I would like to return one value to the control program of the dynpro.
    But if I set the html form of the BSP as action:SAPEVENT, the bsp code is not executed...
    Am I doing something wrong?
    Thanks!!

  • Automate the database and forms / reports services to start on windows 2008 server R2 startup

    Dear memebers,
    I want to automate the database and forms / reports services to start on windows 2008 server R2 startup. whats the possibilities and which method is the best?
    Regards:

    Hi,
    type services.msc at run
    then check for Oracle Services--> Right Click-->Properties-->Startup type-->start automatic
    HTH

  • Installing Oracle Database and SQL Developer

    Hi, I was looking for some help/advice in regards to installing an Oracle Database and SQL Developer onto a Windows 7 32bit machine. I have been asked to create a database to store data that I create through reports in Excel so I am required to create a local database but not sure how to go about doing this. Also not sure if I install the Express Edition or Oracle Database 11g R2. If somebody could please advise on how I can get this started or even any links/tutorials that would guide me in how to get this installed with a localhost.
    Thanks in advanc.

    318f20b8-a3d0-4fb4-bb0f-73785250b7d4 wrote:
    Thanks guys, I have managed to install Oracle 11gR2 and I have setup a database using the dbca tool and I can connect to my new database. One thing that I have noticed is that when i look into my tables in sql developer i see loads of different tables i.e. def$_, logmnr_, etc and I am not sure why this is as I expected an empty tablespace.
    Thanks btw for all your help.
    One of the key principles of relational databases is that they use their own facilities to manage themselves.  That means the database management system uses the database to manage data about the database using exactly the same facilities (tablespaces, tables, user accounts, procedures, etc) that an application uses to keep data for the application. See "data dictionary"   So there is no such thing as a completely empty database.
    As said by others, you do NOT want to be creating your own tables under oracle's schemas (users) or in oracle's own tablespaces (esp. SYSTEM and SYSAUX).  Create your own user account/schema.  Create your own tablespace. Make that tablespace the default for that user.

  • Problems with SCM server 10g and Forms Developer 6i&9i

    Hi,
    I installed SCM server 10g and try to use it with Forms developer 6i and 9i. The connection to the server works ok but when I choose the container from Source Control Options to check in forms they always go one level higher in the container hierarchy. With Forms developer 10g it is working fine. What might cause this?
    Thanks,
    Tomi

    You are missing one key piece of information from your email - the error message that you got.
    can you specify what was the error number?
    Once you have this number I'll suggest that you look it up on the online documentation of the database available on otn (just do a search on OTN with the error number).

  • Jdeveloper and forms developer

    hi folks
    what is the difference between forms developer and jdeveloper
    if the both of them can deal with java and can deal with pl\sql ?
    regards

    Java language defines the syntax (reserved words, keywords, operators, declarations, object instantiations, method invocations, etc.) + some packages of built-in basic classes (e.g. classes from packages java.jang, java.io, java.util, java.math, etc.). As Shay recommended, the free on-line book "Thinking in Java" is a very good starting point for learning Java language.
    Java Standard Edition refers to the Java language + a large foundation of built-in classes and utilities called Java SE SDK. It includes classes for IO, networking, creation of desktop GUI (Java Swing), XML parsing, security and many many more. Java SE technology may be used for implementing standalone applications (for example, client-server applications that do not require middle-tier application server).
    Java Enterprise Edition refers to Java Standard Edition + another foundation of built-in classes called Java EE SDK. Java EE is both a concept and a specification for development of complex applications utilizing middle-tier application servers (e.g. Web applications, Web services, distributed components, distributed transactions, etc.).
    I am sure that my explanation of the difference between Java language, Java SE and Java EE is neither academic nor precise one, but I hope you will be able to undestand the general difference.
    Edited by: Dimitar Dimitrov on Apr 30, 2011 9:51 PM

  • Problems Connecting to Database in Forms Developer

    Please can someone help me, I installed Oracle9i personal edition on my PC (OS XP PRO) about 4 months ago. But I've only just started using the forms developer. When I try to run the form in the browser window I can't connect to the database. The application freezes and won't respond. Occasionally I get the error message
    ORA-12514 saying TNS listener cannot resolve the service name. My tnsnames.ora file seems to be correct but I'm not sure if it is in the right directory?
    Can someone please give me some advice.
    Thankyou.

    Guys,
    I have been doing this for years - on solaris, linux and windows. You have 2 Oracle homes - one for the database and one for the forms. 6i - or iDS does not matter - 2 Oracle Homes. Same on Linux/Solaris/Windows - ok.
    Define the TNS_ADMIN environment variable (applies to all 3 OS above). Set it to a directory of your choice - better yet create one. On solaris and linux /var/opt/oracle is a good choice. On windows create a directory of your choice. Also define the TWO_TASK and ORACLE_SID environment variables to match your database server settings.
    Ftp the database server's tnsnames.ora and sqlnet.ora files to the directory you created (TNS_ADMIN points to).
    To be certain that you are not using the Forms' Home/network/admin/tnsnames.ora and sqlnet.ora files - rename them. You will not use them and you won't need them (unless you want to edit them to include the tnsnames.ora and sqlnet.ora entries from your Database server's /network/admin/tnsnames.ora and sqlnet.ora files.
    That is it - next time you connect from the forms you should be able to connect. If you want provide the connect string (3rd field in the connection window) to ensure you pointing to the right db server.
    You don't need to configure your Forms' network services again - all you do is use the Oracle database server's network configuration files.
    Hope this proves useful.

  • What is the difference between OAF and Forms

    Hi all
    I am new to OAF.
    I want know
    i)What is the difference between OAF & Forms
    ii) How can OAF replaces the Forms.
    iii) What r the main features in OAF & Why is advantages when compare to forms
    THanks & regards
    Goutham

    Goutham,
    Please go through the Dev guide initial chapters and most of your queries should be answered. In short, OAF scores over forms majorly becauase the pages created in OAF are considerably lighter if they had been created using Forms developer. All you need is to share a URL to your clients and they can access the pages without installing anything else on their machines. OAF has its own implementation of most of the functionalities provided by forms. In this way it is able to provide an alternative. The details can be sought from the guide.
    Thanks
    Sumit

  • How do I interact between stage and classes?

    Hi,
    I have asked this question before, and all I got is "Go back
    to reading beginner books", so I'm hoping that someone here is
    willing to actually answer my question as opposed to brushing me
    off because they were unwilling to help...
    And yes, I have read books on the topic and gone through tons
    of the documentation and not found the answer to this. I have
    ActionScript 1 and JavaScript experience, so this whole business
    shouldn't be this hard.
    I am using ActionScript 3 in Flash CS3.
    My problem is this:
    I need to find out how to send commands between stuff on the
    stage and stuff that's defined in a class.
    I have had this issue for ages and kept trying to find ways
    around it since so far I haven't been able to find help for it.
    For example:
    When using a document class, how can I access the current
    frame number of the Stage?
    Or using a document class, how can I access any object (like
    a MovieClip with instance name) that was put on the stage using the
    IDE?
    Currently, to be more specific, I am trying to do something
    really simple:
    Make a button work on my stage that is not always visible.
    With AS3 that's not as easy anymore as it used to be.
    So what I did now is create the button in the document class,
    used addChild and set it to alpha = 0.
    Now, when the Stage reaches specific frames (i.e. ones with
    labels, and I got this part figured out), it is supposed to make
    the button visible. Then I can add event listeners and stuff, and I
    can figure that part out myself.
    I don't know how to access the stage frame number from the
    document class, so I put it into a frame script in frame 1, but now
    this script cannot access the button that is defined in the
    document class.
    It's driving me bananas...
    PLEASE, someone here, can someone please explain to me how I
    can make this work?
    I have seen plenty of diagrams of the Display List and the
    Object Hierarchy, but none of that explains how to actually USE any
    of it...
    Thanks so much in advance to anyone who is willing to spend
    some time to answer!

    Well, first of all, I have to say that AS3 has basically been
    designed to be difficult on purpose, in that all this interaction
    between objects is purposefully very strict. For this reason, I
    still use AS2 for all my basic Flash work. AS3 is just a lot more
    involved, a lot more strict, a lot less forgiving... you need a lot
    of experience with it before it starts to make sense.
    Now, I think I might have a few specific answers to your
    questions:
    From any DisplayObject (this includes any Document class,
    which has to extend MovieClip or in some cases Sprite) you can
    access the Stage using the 'stage' property.
    However, stage is probably not exactly what you want, you
    want the main timeline, which is the child of stage. To access the
    main timeline, you can use the 'root' property of any
    DisplayObject.
    However, unless you have strict mode off, Flash won't let you
    just say "root.myMovieClip" because the root property is of the
    type DisplayObject, which is not a dynamic class (meaning you can't
    add properties to it) and it has no built in property "myMovieClip"
    so it thinks you made a mistake. So you have to "cast" the root
    property as a MovieClip, which *is* dynamic so it will let you try
    to reference anything on it (like AS1/2 did for everything.)
    So what all that means is this should work from inside you
    document class:
    (root as MovieClip).myMovieClip
    or
    MovieClip(root).myMovieClip
    Either will successfully reference a MovieClip you had put on
    the main stage in the IDE and named "myMovieClip".
    Rather than setting the alpha to 0, try setting visible to
    false. I think this will disable all interactive events, where
    simply setting alpha to 0 would make it still be interactive.
    HTH

  • Creating A New Oracle Database And Sql Developer

    Hi,
    I'm a newbie to Oracle and and a not so newbie to Sql Server and Visual Studio.
    I am trying to learn Oracle on my local machine. I want to create a new Oracle Database and start learning from there.
    I have downloaded sql developer, the data modeler, and the Oracle Client. Could someone please provide some guidance on how to create a Oracle Database?
    From the responses, it appears that none of the items I mentioned actually creates a database. Sql Server provides a free download, also a developer version for a minimal fee. What specific Oracle product would be best to provide this type of service?
    Thanks,
    Mark
    Edited by: user8948230 on Jan 7, 2010 9:50 AM

    user8948230 wrote:
    Hi,
    I'm a newbie to Oracle and and a not so newbie to Sql Server and Visual Studio.
    I am trying to learn Oracle on my local machine. I want to create a new Oracle Database and start learning from there.
    I have downloaded sql developer, the data modeler, and the Oracle Client. Could someone please provide some guidance on how to create a Oracle Database?
    From the responses, it appears that none of the items I mentioned actually creates a database. Sql Server provides a free download, also a developer version for a minimal fee. What specific Oracle product would be best to provide this type of service?
    Thanks,
    Mark
    Edited by: user8948230 on Jan 7, 2010 9:50 AMIn addition to downloading and installing the database software to create a database, might I also suggest you start getting familiar with the documentation.
    Learning where to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com. Drill down to your product and version.
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are reference manuals. Just get familiar with what is there to be referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    After you have familiarized yourself with what is available, read the "2-Day DBA" manual to help get you started.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Look in your alert log and find all the non-default initialization parms listed at instance startup. Then read up on each one of them in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.

  • Alert log:  failed to establish dependency between database and diskgroup

    Hi, I have a database 11.2.0 with ASM. When I startup an instance I see this error in alert log:
    ERROR: failed to establish dependency between database SPBUFOR and diskgroup resource ora.SPBUFOR_FLASH.dg
    SPBUFOR_FLASH is a diskgroup where a flash recovery area is located.
    Database is opened cleanly but I need to know that everything works fine.
    How can I resolve this issue ?

    ASM ALERT LOG:
    Wed Oct 05 15:35:12 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /u01/app/oracle/product/11.2.0/grid/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =0
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    NOTE: Volume support enabled
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option.
    Using parameter settings in server-side spfile +CSA_DATA/asm/asmparameterfile/registry.253.758208241
    System parameters with non-default values:
    large_pool_size = 12M
    instance_type = "asm"
    remote_login_passwordfile= "EXCLUSIVE"
    asm_diskgroups = "CSA_FLASH"
    asm_diskgroups = "SPBUFOR_DATA"
    asm_diskgroups = "SPBUFOR_FLASH"
    asm_power_limit = 1
    diagnostic_dest = "/u01/app/oracle"
    Wed Oct 05 15:35:13 2011
    PMON started with pid=2, OS id=24108
    Wed Oct 05 15:35:14 2011
    VKTM started with pid=3, OS id=24112 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Wed Oct 05 15:35:14 2011
    GEN0 started with pid=4, OS id=24118
    Wed Oct 05 15:35:14 2011
    DIAG started with pid=5, OS id=24122
    Wed Oct 05 15:35:14 2011
    PSP0 started with pid=6, OS id=24127
    Wed Oct 05 15:35:14 2011
    DIA0 started with pid=7, OS id=24131
    Wed Oct 05 15:35:14 2011
    MMAN started with pid=8, OS id=24135
    Wed Oct 05 15:35:14 2011
    DBW0 started with pid=9, OS id=24139
    Wed Oct 05 15:35:14 2011
    LGWR started with pid=10, OS id=24143
    Wed Oct 05 15:35:14 2011
    CKPT started with pid=11, OS id=24148
    Wed Oct 05 15:35:14 2011
    SMON started with pid=12, OS id=24157
    Wed Oct 05 15:35:14 2011
    RBAL started with pid=13, OS id=24163
    Wed Oct 05 15:35:14 2011
    GMON started with pid=14, OS id=24173
    Wed Oct 05 15:35:14 2011
    MMON started with pid=15, OS id=24177
    Wed Oct 05 15:35:14 2011
    MMNL started with pid=16, OS id=24181
    ORACLE_BASE from environment = /u01/app/oracle
    Wed Oct 05 15:35:15 2011
    SQL> ALTER DISKGROUP ALL MOUNT
    NOTE: Diskgroups listed in ASM_DISKGROUPS are
    CSA_FLASH
    SPBUFOR_DATA
    SPBUFOR_FLASH
    Diskgroup with spfile:CSA_DATA
    NOTE: cache registered group CSA_DATA number=1 incarn=0x75fe76df
    NOTE: cache began mount (first) of group CSA_DATA number=1 incarn=0x75fe76df
    NOTE: cache registered group CSA_FLASH number=2 incarn=0x760e76e0
    NOTE: cache began mount (first) of group CSA_FLASH number=2 incarn=0x760e76e0
    NOTE: cache registered group SPBUFOR_DATA number=3 incarn=0x760e76e1
    NOTE: cache began mount (first) of group SPBUFOR_DATA number=3 incarn=0x760e76e1
    NOTE: cache registered group SPBUFOR_FLASH number=4 incarn=0x761e76e2
    NOTE: cache began mount (first) of group SPBUFOR_FLASH number=4 incarn=0x761e76e2
    NOTE: Loaded library: /opt/oracle/extapi/64/asm/orcl/1/libasm.so
    NOTE: Assigning number (1,0) to disk (ORCL:CSA_D1)
    NOTE: Assigning number (1,1) to disk (ORCL:CSA_D2)
    NOTE: Assigning number (2,0) to disk (ORCL:CSA_F1)
    NOTE: Assigning number (2,1) to disk (ORCL:CSA_F2)
    NOTE: Assigning number (3,0) to disk (ORCL:SPBUFOR_D1)
    NOTE: Assigning number (3,1) to disk (ORCL:SPBUFOR_D2)
    NOTE: Assigning number (3,2) to disk (ORCL:SPBUFOR_D3)
    NOTE: Assigning number (4,0) to disk (ORCL:SPBUFOR_F1)
    NOTE: Assigning number (4,1) to disk (ORCL:SPBUFOR_F2)
    NOTE: start heartbeating (grp 1)
    kfdp_query(CSA_DATA): 6
    kfdp_queryBg(): 6
    NOTE: cache opening disk 0 of grp 1: CSA_D1 label:CSA_D1
    NOTE: F1X0 found on disk 0 au 2 fcn 0.0
    NOTE: cache opening disk 1 of grp 1: CSA_D2 label:CSA_D2
    NOTE: cache mounting (first) external redundancy group 1/0x75FE76DF (CSA_DATA)
    NOTE: cache recovered group 1 to fcn 0.25573
    NOTE: LGWR attempting to mount thread 1 for diskgroup 1 (CSA_DATA)
    NOTE: LGWR found thread 1 closed at ABA 4.2486
    NOTE: LGWR mounted thread 1 for diskgroup 1 (CSA_DATA)
    NOTE: LGWR opening thread 1 at fcn 0.25573 ABA 5.2487
    NOTE: cache mounting group 1/0x75FE76DF (CSA_DATA) succeeded
    NOTE: cache ending mount (success) of group CSA_DATA number=1 incarn=0x75fe76df
    NOTE: start heartbeating (grp 2)
    kfdp_query(CSA_FLASH): 8
    kfdp_queryBg(): 8
    NOTE: cache opening disk 0 of grp 2: CSA_F1 label:CSA_F1
    NOTE: F1X0 found on disk 0 au 2 fcn 0.0
    NOTE: cache opening disk 1 of grp 2: CSA_F2 label:CSA_F2
    NOTE: cache mounting (first) external redundancy group 2/0x760E76E0 (CSA_FLASH)
    NOTE: cache recovered group 2 to fcn 0.49881
    NOTE: LGWR attempting to mount thread 1 for diskgroup 2 (CSA_FLASH)
    NOTE: LGWR found thread 1 closed at ABA 3.5793
    NOTE: LGWR mounted thread 1 for diskgroup 2 (CSA_FLASH)
    NOTE: LGWR opening thread 1 at fcn 0.49881 ABA 4.5794
    NOTE: cache mounting group 2/0x760E76E0 (CSA_FLASH) succeeded
    NOTE: cache ending mount (success) of group CSA_FLASH number=2 incarn=0x760e76e0
    NOTE: start heartbeating (grp 3)
    kfdp_query(SPBUFOR_DATA): 10
    kfdp_queryBg(): 10
    NOTE: cache opening disk 0 of grp 3: SPBUFOR_D1 label:SPBUFOR_D1
    NOTE: F1X0 found on disk 0 au 2 fcn 0.0
    NOTE: cache opening disk 1 of grp 3: SPBUFOR_D2 label:SPBUFOR_D2
    NOTE: cache opening disk 2 of grp 3: SPBUFOR_D3 label:SPBUFOR_D3
    NOTE: cache mounting (first) external redundancy group 3/0x760E76E1 (SPBUFOR_DATA)
    NOTE: cache recovered group 3 to fcn 0.317867
    NOTE: LGWR attempting to mount thread 1 for diskgroup 3 (SPBUFOR_DATA)
    NOTE: LGWR found thread 1 closed at ABA 3.8570
    NOTE: LGWR mounted thread 1 for diskgroup 3 (SPBUFOR_DATA)
    NOTE: LGWR opening thread 1 at fcn 0.317867 ABA 4.8571
    NOTE: cache mounting group 3/0x760E76E1 (SPBUFOR_DATA) succeeded
    NOTE: cache ending mount (success) of group SPBUFOR_DATA number=3 incarn=0x760e76e1
    NOTE: start heartbeating (grp 4)
    kfdp_query(SPBUFOR_FLASH): 12
    kfdp_queryBg(): 12
    NOTE: cache opening disk 0 of grp 4: SPBUFOR_F1 label:SPBUFOR_F1
    NOTE: F1X0 found on disk 0 au 2 fcn 0.0
    NOTE: cache opening disk 1 of grp 4: SPBUFOR_F2 label:SPBUFOR_F2
    NOTE: cache mounting (first) external redundancy group 4/0x761E76E2 (SPBUFOR_FLASH)
    NOTE: cache recovered group 4 to fcn 0.16114
    NOTE: LGWR attempting to mount thread 1 for diskgroup 4 (SPBUFOR_FLASH)
    NOTE: LGWR found thread 1 closed at ABA 2.1922
    NOTE: LGWR mounted thread 1 for diskgroup 4 (SPBUFOR_FLASH)
    NOTE: LGWR opening thread 1 at fcn 0.16114 ABA 3.1923
    NOTE: cache mounting group 4/0x761E76E2 (SPBUFOR_FLASH) succeeded
    NOTE: cache ending mount (success) of group SPBUFOR_FLASH number=4 incarn=0x761e76e2
    kfdp_query(CSA_DATA): 13
    kfdp_queryBg(): 13
    NOTE: Instance updated compatible.asm to 11.2.0.0.0 for grp 1
    SUCCESS: diskgroup CSA_DATA was mounted
    kfdp_query(CSA_FLASH): 14
    kfdp_queryBg(): 14
    NOTE: Instance updated compatible.asm to 11.2.0.0.0 for grp 2
    SUCCESS: diskgroup CSA_FLASH was mounted
    kfdp_query(SPBUFOR_DATA): 15
    kfdp_queryBg(): 15
    NOTE: Instance updated compatible.asm to 11.2.0.0.0 for grp 3
    SUCCESS: diskgroup SPBUFOR_DATA was mounted
    kfdp_query(SPBUFOR_FLASH): 16
    kfdp_queryBg(): 16
    NOTE: Instance updated compatible.asm to 11.2.0.0.0 for grp 4
    SUCCESS: diskgroup SPBUFOR_FLASH was mounted
    SUCCESS: ALTER DISKGROUP ALL MOUNT
    SQL> ALTER DISKGROUP ALL ENABLE VOLUME ALL
    SUCCESS: ALTER DISKGROUP ALL ENABLE VOLUME ALL
    NOTE: diskgroup resource ora.CSA_DATA.dg is online
    NOTE: diskgroup resource ora.CSA_FLASH.dg is online
    NOTE: diskgroup resource ora.SPBUFOR_DATA.dg is online
    NOTE: diskgroup resource ora.SPBUFOR_FLASH.dg is online
    Wed Oct 05 15:35:44 2011
    Starting background process ASMB
    Wed Oct 05 15:35:44 2011
    ASMB started with pid=18, OS id=24330
    Thu Oct 06 11:48:19 2011
    SQL> alter diskgroup SPBUFOR_DATA check all
    NOTE: starting check of diskgroup SPBUFOR_DATA
    kfdp_checkDsk(): 17
    kfdp_checkDsk(): 18
    Thu Oct 06 11:48:30 2011
    kfdp_checkDsk(): 19
    SUCCESS: check of diskgroup SPBUFOR_DATA found no errors
    SUCCESS: alter diskgroup SPBUFOR_DATA check all
    Thu Oct 06 11:48:56 2011
    SQL> alter diskgroup SPBUFOR_FLASH check all
    NOTE: starting check of diskgroup SPBUFOR_FLASH
    kfdp_checkDsk(): 20
    kfdp_checkDsk(): 21
    SUCCESS: check of diskgroup SPBUFOR_FLASH found no errors
    SUCCESS: alter diskgroup SPBUFOR_FLASH check all

  • Difference between database and application

    can any one tell me difference between oracle database and oracle application?
    plz

    BUT THE REAL PROBLEM is :-i want to connect that database..
    i can't see my imported application or database..
    Tell,, should i create any database or what should i
    do..tell me detail step by step processFirst and foremost, you have a terminology problem. I will provide a working set of definitions. (But I fully expect to be corrected by some of the symantic specialists.)
    - A database, in Oracle's terms, is a set of files.
    - Inside of that database are a number of schemas, or collections of object definitions,
    - Some of those objects are tables, which may contain data.
    - The database is manipulated by an instance, or collection of processes and/or threads
    - An application connects to the instance and requests specific manipulation.
    In your case, you used the imp application, connecting to the XE database using the userid 'system' to import the schema objects from the schema 'jadi' to the schema 'yogesh'.
    You could now use the application called SQLPlus to connect to the XE database - possibly using user "system" - to inspect the objects and object data imported in schema yogesh.
    You might also be able to use the Application Express browser-based application to access the data in the various schemas. To do that we would need to explore other terminology such as "workspace"
    I would encourage you to use the documentation at http://www.oracle.com/pls/xe102/homepage and perhaps search for the tutorial on the Products page (see the products link on the documentation page.)

Maybe you are looking for

  • Http--- Xi-- JDBC scenario?

    can the forum provide me a blog for doing    http--->XI-->jdbc scenario......

  • External Definition - PortType and Bindings missing in WSDL tab

    I have created a valid wsdl - document type and imported it into the IR.  Almost everything looks OK.  No errors on the import, messages show in the message tab.  However, when I look at the wsdl tab, I notice that only about half of my orginal wsdl

  • Importing flash package

    I create an action script block and try to import a flash package: import flash.net; I get an error: Severity Description Resource In Folder Location Creation Time Id 2 Definition flash:net could not be found. DLW.mxml DLW line 7 June 20, 2006 4:24:5

  • Ipod Movie/Video with Audio problems

    I have some music videos, it would only sync as imovie...but even so their shouldnt be a problem with the audio function of the ipod should their? i just received the ipod for christmas but the videos i have uploaded have no sound....reguler songs wo

  • Wrong technical usages in xml file

    Solution Manager MOPZ is generating XML files with technical usages different from those I selected. I am attempting to upgrade to EHP4 for ERP with three Techical Usages. In my maintenane optimizer transaction I selected financials but in the result