Boolean typed field available in Oracle 8i?

I need boolean field type, but could find one, is it hidden or I have to use num?
Thanks in advance.

No there is no boolean datatype available for 8i/9i. You may use the char type.

Similar Messages

  • There is no item number field available in non catalog request screen

    Hi,
    I need help in understanding how the Contract purchase agreement works with i-procurement.
    1. created contract purchase agreement
    2. Setup the item
    3. Setup the price list for the item
    4. Setup the ASL for the item and referenced the CPA number in source document region.
    5. Created Sourcing rule for the item.
    I have no issues in defaulting sourcing information (supplier name, site name, source document number) when creating a requisition in core apps forms but how to setup the same feature in i-procurement? I selected non catalog request type but I don't see item number field available.
    Please advise.
    Thanks,
    Ram

    Hi,
    First we need to know which version you are in - 11i or R12.
    Also, non-catalog request is not used for the requisitions with Inventory Item.
    Just search for the Item number or description in the iProcurement and see whether the search result shows your item.
    Internal Item number field will show the Oracle Item number.
    Thanks,
    PS.

  • User Comment field available for reporting?

    User Comment field available for reporting?
    When doing custom reporting against requests with reportable dictionaries we have a user request to also include the user comments.  How do I reference / point to the comments field for a request?

    If you are referring to the comments which are added in the Comments and History section of a requisition, this information is not migrated to the datamart and is not reportable.
    If, on the other hand, you are referring to a comments field that you have included in a dictionary on the service form, that information will be available in the datamart so long as that dictionary has been made reportable.

  • What are the types of lookandfeel is available in oracle forms?

    Hi Gurus,
    What are the types of lookandfeel is available in oracle forms?
    And where i can see?For Example: &lookandfeel=oracle
    Regards
    Gopinath M

    Rosario, don't feel bad -- English is my only language, and those acronyms give me trouble sometimes, too. The quickest and easiest way to find out what they mean is to go to google.com and type in the letters. That is what I do.

  • Oracle 9i feature not available in Oracle 10g

    The following query does work in Oracle 9.2.0.4 (and 9.2.0.5), but does not work in Oracle 10.1.0.3 (Linux)
    SELECT *
    FROM MEDIA_CONTENT
    WHERE EXISTSNODE
    (MCON_XML,
    '/rdf:RDF/rdf:Description[ora:contains(dc:title,"Whale")>0]',
    'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ora="http://xmlns.oracle.com/xdb"')
    The error message
    ORA-29913: error in executing contains callout
    ORA-15198: operation [contains with non-leaf node] is not yet available
    indicates, that this feature is not yet available in Oracle 10.1.0.3
    Does anybody know, when this feature is available in Oracle 10, too ? Already in 10.1.0.4 ? Or in Oracle 10g Release 2 ?
    Thanks,
    Ulf

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • How to find out the public methods and public fields available

    Hi,
    I have a dll for which to use it, i need to know the methods and the fields available for public use. Is there anyway to find out that information using any tool. I dont have any literature about the dll. Only have that dll.
    Thanks in advance,
    -Madhuri.

    You can find an article about creating the methods on the Microsoft Developement Network call "How to Create 32-bit Import Libraries Without .OBJs or Source"
    However that is only part of the problem.
    Consider if you find that the dll has a function like this:
    InitApplication(char*, int, char, long);
    What do you put in for each of those parameters? The only way I know to do that it to use a debugger and step through the assembler code figuring it out as you go. Alternatively you buy or find a disassembler - C code would probably be easier to figure out.
    I would also seriously suggest finding some different lists/news groups than this one. The topic has nothing to do with java. So you are likely to get better help somewhere that is more specific - like one of the MS lists.

  • Language conversion or translation is available for oracle istore

    Hello Gurus,
    I am dealing with multiple language in iStore.There all the messages that which are displaying in iStore site are the FND MESSAGES. For one language itself I am nearly using 100 FND MESSAGES like that I am going to use 5 more languages for the same site. Its really painful thing to create FND MESSAGES for each and every language. Here whats my question is
    "Any Language conversion or translation is available for oracle istore to do this?". Could anyone please help me on this.
    Please suggest me to cross this difficulty. Its really high priority.
    Thanks,
    Vinoth

    873376 wrote:
    Hello Gurus,
    I am dealing with multiple language in iStore.There all the messages that which are displaying in iStore site are the FND MESSAGES. For one language itself I am nearly using 100 FND MESSAGES like that I am going to use 5 more languages for the same site. Its really painful thing to create FND MESSAGES for each and every language. Here whats my question is
    "Any Language conversion or translation is available for oracle istore to do this?". Could anyone please help me on this.
    Please suggest me to cross this difficulty. Its really high priority.
    Thanks,
    VinothYou need to do it manually.
    Re: Internalization
    Re: translate extensions
    Thanks,
    Hussein

  • ASP & Clob fields in the Oracle Database 8i

    Hi All,
    This is the first time I am posting a question. We are having a problem interfacing ASP pages with Clob fields int he Oracle Database.
    We are trying to display clob fields in an oracle database from ASP PAge. The ASP Page does a select to a clob field from a table. But we lose the formatting od the data inside the clob field when we display it out using ASP. We display it as a
    single stream of data. But when we display the clob using SQLPLUS we do see the formatted data.
    How can we solve this issue or circumvent it ?
    We are not looking to parse through the clob field in ASP, rather we already have a stored procedure that parses the data for us. The parsed data is then stored in a clob field already formatted the way we need it. The problem occurs when the ASP
    page reads the clob field. The ASP page reads it as one continuos string instead of the formatted data that exists in the clob field.
    I imported the data from Oracle to Access in order to view the raw data. The data is shown formatted properly in Access, so we know our stored procedure is doing what it supposed to do. As far as getting the data to display. The only way to retrieve (as far as I know) a clob field using ASP is by a built in function called GetChunk(). Is there a better method of displaying the formatted data aside from parsing on the client side, using ASP?
    Let me know if anyone has a solution to this problem.
    Thanks for your help and time. Sanjiv.

    Sanjiv, you might want to try some of the Windows development forums:
    ODBC: http://forums.oracle.com/forums/forum.jsp?id=763957
    New .NET provider forum: http://forums.oracle.com/forums/forum.jsp?id=1015160
    Oracle Objects for OLE: http://forums.oracle.com/forums/forum.jsp?id=763961
    Oracle Provider for OLE DB: http://forums.oracle.com/forums/forum.jsp?id=763961
    Oracle Services for MTS: http://forums.oracle.com/forums/forum.jsp?id=763960
    You'll reach a more appropriate audience than just the Web services audience.
    Mike.

  • How to map CMP field to an Oracle XMLType?

    How can we map a WLS700 EJB2.0 CMP field to an Oracle XMLType?
    Is there some special configuration needed in the deployment descriptors?
    Thanx,
    Nico

    Hi
    System will prospose the existing object..just check if that the relavent and meaning ful object....if not create your own infoobject and map it...its not mandatory to use the proposed one..as its not the standard one..
    Create a new object and include in the infosource and then map in transfer rule
    Regards
    Ram
    Message was edited by: Ram

  • DBMS_PROPAGATION_ADM.CREATE_PROPAGATION not available in Oracle 8i

    Hi,
    I need to propagate message from queue in Oracle 8i to queue in Oracle 9i.
    From Oracle 9i, I am able to propagate message by creating subscriber and creating propagation by
    DBMS_PROPAGATION_ADM.create_propagation.
    I am using same steps to propagate message from queue in Oracle 8i to queue in Oracle 9i.
    However, DBMS_PROPAGATION_ADM.create_propagation is not available in Oracle 8i.
    Is there any alternate way of propagating message from Oracle 8i ?
    Thanks,
    Shailesh

    create a PL/SQL function in your Oracle8 database that can dequeue the message from your Oracle8 queue; this function will call DBMS_AQ.DEQUEUE to read the message object. Lets call it DEQUEUE8;
    In the function, break out the object into its members (the individual scalar elements of the object type) and return those as OUT parameters. Use the function return value to tell you success or failure (eg timeout).
    Now, from Oracle 9, call that procedure remotely across a database link:
    declare
      ... variables
    begin
      -- loop for ever (or at least until you get a stop signal of some type)
       while 1=1 loop
         result := dequeue8@orcl8(p1, p2, p3, ...);
         if result < 0 then
          ... report error
         else
            ... pack the values p1,....p3, ... into your Oracle9 payload object, then
            DBMS_AQ.ENQUEUE(...);
         end if;
      end loop;
    end;I'll leave it to you to do the hard work!
    HTH
    Regards Nigel

  • Dbms_aq.namespace_aq is not available in Oracle 8i.

    Hi,
    I have created persistent queue in Oracle 8i, I have also created the subscriber.
    But I have read that in order to notify when the message arrives in queue, in sys.aq$_reg_info namespace must be dbms_aq.namespace_aq for persistent queue, and I suppose dbms_aq.namespace_aq is not available in Oracle 8i.
    Is it True ?
    If yes, then is there any other way to notify when the message arrives in a persistent queue ?
    Your thoughts are appreciated.
    Thanks,
    Shailesh

    Hi,
    True, notification is a 9i and up feature. It works like this: A job owned by SYS is polling every few seconds and checks on any queue's/subscribers that are defined/signaled for notification. If a message arrives in these queue's another AQ-message is inserted into queue SYS.SRVQUEUE. The payload of this message among others consists of the call-back procedure which is executed.
    So, what you could do is build the nofication system yourself. Create a job that polls your notification queue and check if a new message has arrived and then execute your call-back procedure.
    Regards,
    H

  • Oracle 9 feature not available in Oracle 10

    The following query does work in Oracle 9.2.0.4 (and 9.2.0.5), but does not work in Oracle 10.1.0.2 (Linux)
    SELECT *
    FROM MEDIA_CONTENT
    WHERE EXISTSNODE
    (MCON_XML,
    '/rdf:RDF/rdf:Description[ora:contains(dc:title,"Whale")>0]',
    'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ora="http://xmlns.oracle.com/xdb"')
    The error message
    ORA-29913: error in executing contains callout
    ORA-15198: operation [contains with non-leaf node] is not yet available
    indicates, that this feature is not yet available in Oracle 10.1.0.2
    Does anybody know, when this feature is available in Oracle 10, too ? Already in 10.1.0.3 ?
    Thanks,
    Ulf

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • Data Transformation Service (DTS) available in Oracle SQL Developer?

    Hi All,
    Sorry to bother you again. Is Data Transformation Service (DTS) available in Oracle SQL Developer? So far I cannot find it. For example, i want merge First Name, Last Name column from Access,excel or cvs to migrate as Full Name in Oracle or Full name in Access,Xls or cvs split into First name & last name column in Oracle. What method or service should I use.
    Regards,
    Tun Tun

    On wikipedia, I see that's a SQL Server component, so I don't think it's possible to use it in any other program.
    But you can always tweak columns through normal queries, and even create a new table based on that, like
    CREATE TABLE Table_New AS
    SELECT First_Name || Last_Name FROM Table_OldHope that helps,
    K.

  • Is materialized view available in Oracle SE ?

    Hi all,
    I have questions on materizlalized view :
    1) Is materialized view available in Oracle Standard Edition ?
    2) what is the meaning of "Materialized View Query Rewrite " ?
    Thank you very much,
    xtanto

    Hi all,
    I have questions on materizlalized view :
    1) Is materialized view available in Oracle Standard
    Edition ?http://www.oracle.com/technology/products/database/oracle11g/pdf/database-11g-product-family-technical-whitepaper.pdf
    >
    2) what is the meaning of "Materialized View Query
    Rewrite " ?http://download.oracle.com/docs/cd/B28359_01/server.111/b28313/qrbasic.htm#CIHDIEDI

  • How to view the tables/views available in Oracle

    HI,
      I am creating DB connection and importing the data from Oracle TABLES/ Views. I just want know how to view the tables/views available in Oracle. (I have the login details). Can I view thru TOAD? Pl let me know the best way and suggestions/ views / Links/ whitepagers.
    Regards,

    Hi,
    I don't remember exacly: RSA1 -> source system -> "replicate datasources". Works this also in a DB-source system. I think so.
    => you get all tables that your user has authorisation.
    This function execute for example (in oracle there are same information tables: dba_tables, user_tables ...) following select in the database:
    select TABLE_NAME from DBA_TABLES;
    Sven

Maybe you are looking for

  • SoftPhone over VPN audio issue

    Having a "one-way" audio issue when IPC connects over VPN to any Main Office IP Phones (7960). Remote IPC (softphone) shows "0 Received" Packets, but the IP Phone shows them as being sent. This does NOT happen if IPC contacts another IPC on a PC at M

  • Clear customer

    Hi All, I went to transaction F-32 to clear customer and gave customer number and some other selections and pressed process open items. I did this for 4 customers, they have upto 30,000 open items, for one customer the scroll bar is not there and I c

  • Problem in uploading a file to BLOB column in ADF

    Hi, I was trying to upload a file and storing into BLOB column in the DB. I was trying the exercise that was given in http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html85th sample application. When I was ru

  • Customer Due date reminder

    Hi Friends, If I want to send a reminder to  customers reharding the line items that will become due in next 10 days period, what shal  I do? Is there a standard report for this?? Please Help Thanks Neeraja

  • MICROSOFT- Internationally UN-accepted...text code for a US number but no longer in the US??

    My account was never hacked, I chose to "recover" it because I needed to recover my password and the only option I was given was a text-code. Instead, now I have ZERO access to my email, and because I'm currently studying and working abroad in German