What is Oracle Code Tree?

Dear buddies,
Whats Oracle Code Tree? I need to understand it in order to create a dblink from Oracle to SQLServer. I even came across the term here.
http://www.dba-oracle.com/t_connecting_sql_server_oracle.htm
Please guide me.
Nith

Hi Hemanth,
You mean its just the arrangement of the folders?
like Oracle Home - Network - Admin
Thanks a bunch for your timely reply.
Nith

Similar Messages

  • Oracle Code Tree

    I am an SQL Server developer. Could anyone please explain me what Oracle Code tree is and how I can install it on my Windows machine and what are the prerequisites.
    Thanks in advance...
    Ramesh.

    What is Oracle Code Tree?
    Read above link.

  • What is the code to get the  Label of  radio button item at runtime?

    Hi All
    I am working on forms 10g(version 10.1.2.0.2 ) with Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 on windows 2000 platform.
    My requirement is to dynamically get the label of the radio button item in a radio group.I am able to get the label of the radio group as shown below
    Item :Radio group
    Label : Gender
    IF m_type = 'RADIO GROUP' THEN
         m_label:=Get_Item_Property(m_Item ,label);
    END IF;
    There two Radio buttons inside this radio group which are
    item     : Radio button
    Label : Male
    item :Radio button
    Label :female
    What is the code to get the label of radio button(i.e) male and female ?
    How will I get the count of radio buttons in a radio group at runtime?
    Regards
    Mohan

    But you have to provide the button name which cannot be get at runtime.
    This is a lack of information that the Dev team would correct !
    Francois

  • How can we find the latest CPU patch applied to a 9.2.0.8 code tree?

    Hi,
    I am having a DB running in 9.2.0.8 version, how can i find the CPU patch applied to the code tree.
    Thanks,
    Sathis

    doc question. Please do not ask them.
    Opatch lsinventory
    Sybrand Bakker
    Senior Oracle DBA

  • Where to D/L latest img Linux source code tree (2.6.27.29)

    I want to include a specific driver in my initrd, but in order to do so, I must first compile it using the proper kernel. I'm trying to find the kernel files (rpm I guess?) for the kernel used by the latest imaging ISO (2.6.27.29-0.1-default) but I can't find them anywhere.
    The doc for updating initrd in ZDM7 (Novell Documentation) gives a link to "linux-2.6.16.46-0.12-pulsar.tgz Linux source code tree file", which is outdated by now. I did find this: NOVELL: Downloads - Linux kernel 20090817 , but I'm not sure it's the right thing and unlike the previous link, apparently you need special permissions to download this one.
    Any idea where to find the latest files?

    stubie,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Oracle Code Migration

    Hi
    How often is Oracle database code migration done? What is DBA part in it?
    Thanks
    JIL

    Can you define what you mean by "Oracle code migration"?
    Oracle releases a new version of Oracle about every 3 years. First the dot one release then about 18 months later you get the dot two release.
    Patch sets come out more frequently and can be applied as needed/desired etc....
    Every time you patch or upgrade you have to retest the application with the new release/version.
    HTH -- Mark D Powell --

  • Transaction inside web services, what does Oracle AS provides?

    Hi
    Thank you for reading my post.
    we have tens of web services that we want to deploy them inside one instance of Oracle AS, now we need to have some transaction support in several levels :
    - When we insert data into database in a single web services.
    - When we have JMS interaction in a single web service.
    - When we have JMS + Database interaction in a single web service.
    - When a taransaction start from one web service and it must propagate inside second web service and second web service will decide whether it should be commited or not.
    What does Oracle AS provides in this area?
    If there is no support for this kind of scenario in Oracle AS, then what we should do?
    Thanks

    Hi,
    1) if you are using Oracle Database 10g JDBC, it can pool connections for you, transparently -- if you are using Oracle AS or Oracle9iAS, you can just use JPublisher to generate the wrapper and deploy it.
    2) SSB is too heavy for just placing a JDBC call.
    3) a Servlet is lighter-weight that a SSB however, the Web services framework itself uses a Servlet to marchall / unmarshall SOAP messages -- unless your middle-tier requires a J2EE programming model (such as Servle or EJB) to pool JDBC connections
    4)For calling-in database operations as web services, our implementation requires the Oracle AS (or Oracle9iAS) OC4J middle-tier (see #1) however, you can invoke external Web services from within the database.
    See our Database Web services page for more details and code samples
    http://otn.oracle.com/tech/webservices/database.html
    Kuassi

  • What is Cost Codes(Expenditure Types) ?

    What is Cost Codes(Expenditure Types) ? can anyone provide a detail informtion with an example if possible

    Check this link for example on Burdening and Burden cost code.
    club-oracle.com/articles/creating-burden-cost-in-project-costing-769/

  • Need help on Analysing the oracle code.

    Hi,
    Here i try to frame question, pls understand and give the best way to solve this.
    We have running 20 to 30 unix scripts on daily basis. Each script has connected to oracle session and execute the corresponding packages & procedures. Some scripts are running at the same time. At this time oracle code in the script is not executed due to the table locking in other script. We have oracle trace files whenever the oracle code is not executed it shows the error and terminates the oracle session.
    Examples:
    Below the sample oracle execution log file. where we get the error and terminate the oracle session for your reference.
    ==================================================================================
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 10 06:18:45 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> SQL>
    Session altered.
    SQL> 2 3 4 5 6 7 8 9 begin
    ERROR at line 1:
    ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
    ORA-06512: at "SIEB7P04.P_ARCHIVE_TBL", line 42
    ORA-06512: at line 4
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    goin into RunProcedures Function
    0
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 10 06:19:19 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> SQL>
    Session altered.
    SQL> 2 3 4 5 6
    PL/SQL procedure successfully completed.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    goin into Check error report Function
    Pkg_Tfm_If_Merge OK
    ==========================================================================
    When you observe the above code, in unix script we try to connect to the oracle instance 2 times,
    1st instance it was terminated with some error.
    2nd instance it was successfully executed the oracle code.
    By analysing the above log we found where the error was occured and the reson behind this also we know.
    Assume the script called the procedure 'P_ARCHIVE_TBL' 5 times and the procedure works on different parameter(we could say different table) each time it was called.
    Is it possible for us to know in which procedure call, it is errored out.
    For any information pls revert us or ping me to this mail [email protected],
    Regards,
    Mani.

    Hi,
    You would need to have an exception block in your pl/sql code. You should also save table name in a variable when this procedure is called for every table. You should return/print the error code from exception block alongwith the table name and then you will be able to know that during which call of this procedure, the error was returned.
    Salman

  • What does (error code -600) mean?

    What does (error code -600) mean?
    I received this code in a pop up window while trying to open iTunes from my Apps folder.

      procNotFound             
    = -600, /*no eligible process with specified descriptor*/
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Any change?

  • Does anyone know what this error code means?My itunes will not open, no matter how many times i downlaod and restore it??? "The procedure entry point xmlITexTextReaderName could not be located in the dynamic link library libxml2.dlll."

    Does anyone know what this error code means?My itunes will not even open, no matter how many times i downlaod and restore it??? "The procedure entry point xmlITexTextReaderName could not be located in the dynamic link library libxml2.dlll." Please let me know if your know anything! It is greatly apprecitated!

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. Head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (Although the procedure is for Vista and 7 and you've got XP, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever since I did that my itunes won't open any more.  Itunes starts but before anything loads a

  • In BSP-HTMLB what is the code for auto refresh.?

    Hi friends,
    In BSP-HTMLB what is the code for auto refresh.?
    Means i gave the input every 2 minutes once my output should get refresh.
    So what is the code in bsp-htmpb?
    Moosa

    Hi Moosa,
    Many threads on this topic...
    [Auto Refresh - I|Auto refresh]
    [Auto Refresh - II|Auto-Refresh for BSP page]
    [Auto Refresh - III|Page refresh.....]
    Search the forum for more information.
    Regards,
    Anubhav

  • What is error code 603 and how does one fix it?

    What is error code 603, please, regarding add-on installation?  (The error codes page says for "error 6xx" to contact the Exchange online forum for assistance..)  It is a "failed online license check" for an add-on that is a free add-on listed on the Adobe Add-ons page as compatible with PS CS6, CC, and CC 2014, as well as all three versions of a bunch of other apps.  It is a Flypaper app, which looks to have been reworked to be compatible with the new 2014 apps.  Since Flypaper apps come from reliable source, I'm not sure what the error means, and I'm certainly not sure how to remedy this.  (The original Russell Brown Paper Textures Pro works fine on PS CC but isn't compatible with 2014.)
    I am running Win 7 64-bit.
    Thanks.
    Gail
    p.s.  numbers of other extensions still don't download  to PS 2014, so maybe this is also waiting for an Adobe fix??

    The add-on in question is called "Flypaper Select" (by Flypaper Textures).
    This morning, when I sent  the question, it was on last page of the free PS
    add-on list and showed the add-on as compatible with all three latest PS
    versions.  Tonight, when I click on the add-on in "my add-ons" list, it now
    shows compatibility only with PS6 and CC, and  I can no longer even find it
    in the big add-ons list.  I will try to send screen shot of "my add-ons" to
    the address you listed.  It is also below.
    Thanks for your help.  I have been finding many add-ons change from day to
    day, and many won't show up in Extensions window even though the desktop CC
    app says they have been installed.  I assume I am not the only person with
    these problems.
    Gail

  • HT201210 what is error code (1)?  it is not listed but this is the error i get trying to restore my 3gs.

    what is error code (1)?  it is not listed but this is the error i get trying to restore

    Take a look here for Apple's suggestions on that error:
    http://support.apple.com/kb/TS3694#error1
    Regards.

  • What is Oracle's alternative to IDENTITY Column in SQL Server/ DB2

    What is Oracle's alternative to IDENTITY Column(Auto Increment Column) in SQL Server/ DB2 ? Is Sequence and Trigger the only way out for this?
    Why is Oracle not creating anything like an Identitiy column in SQL Server?

    What is Oracle's alternative to IDENTITY Column(Auto
    Increment Column) in SQL Server/ DB2 ? Is Sequence
    and Trigger the only way out for this?Of course not, you can use in your inserts sequences as well:
    insert into blahh values (my_seq.nextval, ...) and use returniong clause to get the value back if necessary
    You can use them in insert with subselects
    insert into blah
    select my_seq.nextval, ...
    from ....
    >
    Why is Oracle not creating anything like an Identitiy
    column in SQL Server?Because they are different companies with different people and thoughts and existing mechanism is sufficient i.e. one can even argue that it is even more flexible than identity btw ;)
    Gints Plivna
    http://www.gplivna.eu

Maybe you are looking for

  • A rowset based on the SQL command was not returned by the OLE DB provider.

    Hi I am calling a stored procedure using ssis. i am creating a work table--temp in the procedure and using that to join and select columns from other tables. i am gettig the error [Positions [22612]] Error: A rowset based on the SQL command was not r

  • Additional field in KB31N

    Is there any user exit to add new filed in KB31N to capture client specif information at item level.

  • Camera RAW / Bridge CC problem with Exposure in Mac OS X 10.9 Maverics

    Recently I purchased MacBook Pro with OS X 10.9 Maverics and I have a problem as described below while working in Bridge CC: If I open Canon RAW files (.CR2) in Photoshop by double-clicking the file (or File > Open With > Adobe Photoshop CC), Photosh

  • Problem sending only one byte with ibwrt()

    If I send only one byte of data with ibwrt() command, it doesn't work with whatever settings (EOS,EOI,..) I chose. I got the error (ENOL : no listener). Did somebody get the same problem ?

  • Email Primary Account

    When my primary Email was set up by a VZ tech she made " vze15GXV3 " my name  which worked fine.  Also she showed me how to change this to whatever name I wanted and all went well until 17 Aug.  From that date till  20 Aug I was not able to login to