Basic Documentation

Where can i find help(in PDF format) regarding
Oracle.jbo.*
(& other jar files )
- What are the classes & methods available
- How to use them
- Sample Code
- Class charts
Pl Suggest me good ref matterials (http link)available online.
What are the ref book in Printed form available.
with reg
Thank you

You can access api doc here
http://download-east.oracle.com/otn_hosted_doc/jdeveloper/904preview/bc4jjavadoc/rt/oracle/jbo/package-summary.html
Tutorials, samples and other info
http://otn.oracle.com/products/jdev/htdocs/jdevcategory.html#J2EE
Chandar

Similar Messages

  • Please send me CRM middle ware basics documentation

    Hi Gurus,
            Please send me middleware basics documentation. my id [email protected]
    Regards,
    Ramakrishna.

    Hi Tulasi,
      Look at <a href="http://help.sap.com/bp_crmv250/CRM_DE/index.htm">SAP Best Practices for Customer Relationship Management - V2.50</a> -> Technical Information ->Building Block :
    B01: CRM Generation
    C71: CRM Connectivity
    B09: CRM Customizing Replication
    Regards.
    Manuel

  • Need basic documentation for Adobe Reader X

    Can anyone point me to documentation that will explain what document properties are needed to be able to highlight text in a document?  The document "Adobe_reader_x_help.pdf" does not discuss this at all.  I need to highlight text in an academic document, and all permissions are enabled except Document Asembly, Signing, and Creation of Template Pages.
    "Commenting" permission is available, and an ordinary person of a basic level of intelligence would assume that includes highlighting of text. At the same time, "Content Copying" is set to Allowed but I can't seem to do that either, so I am left wondering whether this is an idiotic feature designed by an idiot or merely an idiotic bug.
    FWIW Adobe is BEGGING to be slapped with an unfair trade practices class action based on its blatant attempts to leverage its monopoly over the PDF file format into sales of expensive-*** Acrobat just to perform basic features, like highlighting text, that actually WORK without having to purchase a product for hundreds of dollars.

    Adobe Reader X (on the desktop) can highlight text in any PDF file provided it is not directly forbidden by a security setting - so any unsecured PDF can be highlighted, as can any secured PDF with "commenting" allowed in the security properties. Highlights are just another form of comment.
    Previous versions of Adobe Reader could not apply highlights without Reader-extended permissions set by Acrobat or LiveCycle, but Adobe decided with version X to allow comments and sticky notes by default.
    ...and FWIW, the PDF format is an open ISO standard, used by hundreds of software developers besides Adobe. Yes of course the Acrobat Family sets the standard for working with PDF content, as Adobe invented the thing; but they don't have a monopoly by any means except in specific areas of DRM, rich media and very advanced document editing. For example OS X can read and write PDFs natively, but to create files with scripting and interactivity you need a commercial application such as Acrobat.

  • Query generation basic documentation

    Dear Friends,
    Is there any documentation for query writing.
    Ex.
    How to use inner join , why?
    what is T0 (normally we observed in query)
    Syntax and its use.
    Overall, i want fundamentals of making query.
    Regards,
    MAhesh.

    Hi,
       The document u r looking for might not be available in sap documents but u can better search for sql tutorials.
    As far as u asked about T0 , its nothing else but just a alias name used for the first table used in a query.
    I.E.
       if we want a report using two tables then either we can write
    select ordr.docnum,ordr.docdate,rdr1.itemcode from ordr innerjoin Rdr1 on ordr.docentry= rdr1.docentry
    or else u can replace  ordr with T0 Nd rdr1 with T1
    and the query wud look like
    Select T0.docnum,T0.docdate,T1.itemcode from  ordr T0 innerjoin Rdr1 T1 on  T0.DocEntry = T1.DocEntry .
    and as u asked about the basic syntax
    then a simple query format is
    Select columnname from tablename where 'specify ur conditions'
    Hope this might be helpful to u .
    Thanks
    Abhishek

  • Basic Documentation on GPIB DLL for Programmers

    Is there any basic overview of the correct way to initialize devices and communicate with them using the DLL calls directly? I have plenty of examples at it appears each has a different way of approaching opening, scanning for, or various other ways of accessing GPIB instruments. Is there a standard 1,2,3 way that should be followed from procedure start to end for working with a GPIB device from opening, sends and receives to final closing of the device?

    Hi Ceetee,
    I think you will be very interested in chapter 3 of the NI 488 User Manual. The middle of page 3-8 will give you a good idea of the flow of a 488 program. I would recommend reading all of chapter 3 "Developing Your NI-488.2 Application". You can locate this manual by searching at www.ni.com/manuals or if you prefer the direct link: http://www.ni.com/pdf/manuals/321819d.pdf
    Hope this helps out.
    Best Regards,
    Aaron K.
    Application Engineer
    National Instruments

  • Basic Documentation for J2ME MIDP?

    Hi,
    I am new to developing for J2ME/MIDP and have not been successful in finding any language documentation to help me further my knowledge.
    As a case in point, I have a sample app that I have been playing with, it is very simple and uses an object of type TextBox as follows...
      private TextBox t;
        t = new TextBox("Heya!",  "Welcome to MIDP development", 256, 0);Now I want to append some more text to this TextBox at from another method in the app, but I can't find any documentation on TextBox to show me how to do this.
    (I have tried "t.append(new StringItem(null, "More text"));" but it doesn't work).
    Where is the documentation for MIDP? Is there something similar to the J2SE documentation here -
    http://java.sun.com/j2se/1.4/docs/api/index.html
    If there is, then that would be the answer to a lot of my questions!
    Also, I have difficulty understanding how MIDP and J2ME relate, what is their relationship? Is MIDP a part of J2ME? And how does CLDC relate to them both?
    Well, thanks very much for any help you can offer!
    Warm regards,
    - Peter

    The documentation is part of the SDK when you download it.
    If you downloaded the Wireless Toolkit or any other SDK, there should be a docs directory there with all the documentation (and if you don't have any SDK you can't do much development in any case).
    As for the TextBox issue you would need something like:
    t.setString(t.getString() + " some more text");And about those general J2ME questions, there's a good FAQ on this site.
    shmoove

  • HI All... am new to SAP BPC module can any one help with Basic documentation.!

    Hi,
    Currently am working on SAP FICO module, now am interest to learn BPC10 module  (Netware/microsoft).
    Help me on overview of BPC 10.
    Thanks,
    Sreenu

    Hi Vasu,
    Kindly refer BPC 410, 420,430,440 you will get base of BPC.
    Also refer the following links.
    Planning and Consolidation - Enterprise Performance Management - SCN Wiki
    Getting Started - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Library
    Its hard to get separate documentation only for functional area.
    Shrikant

  • Help for documentation about  jsp and tomcat

    Hello
    This is realy very urgent for me!!Does anuone can help me.
    There is my problem .I nead books (hypperlink) for jsp or tomcat.
    who made it why and how does it looks.I am writeing documenation for my project and i have to finish it very soon.I found some tutorials btu it is noy enough if you know for something better i would be vry gratefull.
    By

    Hi,
    I agree, the basic documentation at the jakarta site is good, but needs a little polishing/updating.
    Use google to do a search, and wade through loads of stuff before coming up with the answers, or this site is pretty good too!!!!!
    Unfortunately, all the answers are not always forthcoming until you know which questions to ask (or the relevant words to enter into a search engine).
    best
    kev

  • SQL DATAMODELER DOCUMENTATION?

    Friends,
    I am working as a Oracle DBA. I've got opportunity to work in Datamodeling tool. I don't find any basic documentation for Oracle Datamodeling tool. Could you please guide me or send me the link to work basic datamodeling tool. I downloaded DM 3.1 version..
    Thanks in advance
    Regards
    Rocky

    Hi Rocky,
    You can browse DM documentation page at http://www.oracle.com/technetwork/developer-tools/datamodeler/documentation/index.html.
    Also there are demos at DM main page http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html

  • IDoc - Work item processing documentation

    Is there some basic documentation available (i.e. *.ppt or *.doc) on processing IDoc work items that I can make available to a customer as procedures for IDoc error resolution?

    This question is down as answered? Can you past the link please.

  • Complete arch (system) documentation?

    Hi. I would like to have arch and it's mechanisms and infrastructure completely documented. Of course this could be quite a large task, but i think people like me (who like to read the manual before using stuff) would appreciate this, and it would also serve to leverage the overall knowledge of archlinux, so that less people would ask "stupid questions" (i don't mean it like that.. ) on the forums.
    I also understand that this could realistically only be done for a "base" install arch system, as X11 and other applications/services go beyond the scope of such basic documentation.
    The reason i would like this is because i couldn't find anything like this on the wiki, _and_, it would also be nice to have something compiled in a form you could print out. (ie without further references, but a compilation).

    As far as a doc for experience users though i think that would be a waste, since most experienced users wouldn't need a doc to let them know how to edit a linux system.
    Not the arch linux specifics, take the init system as an example. How, and what files are used. How to write your own init/daemon. Did you for example know that daemons get registered in /var/run daemons when succesfully started? And that rc.multi/functions is responsible for that (and how)? Or that rc.sysinit is resposible for setting you system locale?
    Or how to use makepkg/makeworld in archlinux? Again, even if there already is a wiki entry about this, it should be a part of a compiled doc covering basic system maintenance in arch.
    Some of the already present wiki articles (like setting up a network connection) though already existing, should be a part of this documentation. If necessary, expand them.

  • Why multiple  log files are created while using transaction in berkeley db

    we are using berkeleydb java edition db base api, we have already read/write CDRFile of 9 lack rows with transaction and
    without transaction implementing secondary database concept the issues we are getting are as follows:-
    with transaction----------size of database environment 1.63gb which is due to no. of log files created each of 10 mb.
    without transaction-------size of database environment 588mb and here only one log file is created which is of 10mb. so we want to know how REASON CONCRETE CONCLUSION ..
    how log files are created and what is meant of using transaction and not using transaction in db environment and what are this db files db.001,db.002,_db.003,_db.004,__db.005 and log files like log.0000000001.....plz reply soon

    we are using berkeleydb java edition db base api, If you are seeing __db.NNN files in your environment root directory, these are environment's shared region files. And since you see these you are using Berkeley DB Core (with the Java/JNI Base API), not Berkeley DB Java Edition.
    with transaction ...
    without transaction ...First of all, do you need transactions or not? Review the documentation section called "Why transactions?" in the Berkeley DB Programmer's Reference Guide.
    without transaction-------size of database environment 588mb and here only one log file is created which is of 10mb.There should be no logs created when transactions are not used. That single log file has likely remained there from the previous transactional run.
    how log files are created and what is meant of using transaction and not using transaction in db environment and what are this db files db.001,db.002,_db.003,_db.004,__db.005 and log files like log.0000000001Have you reviewed the basic documentations references for Berkeley DB Core?
    - Berkeley DB Programmer's Reference Guide
    in particular sections: The Berkeley DB products, Shared memory regions, Chapter 11. Berkeley DB Transactional Data Store Applications, Chapter 17. The Logging Subsystem.
    - Getting Started with Berkeley DB (Java API Guide) and Getting Started with Berkeley DB Transaction Processing (Java API Guide).
    If so, you would have had the answers to these questions; the __db.NNN files are the environment shared region files needed by the environment's subsystems (transaction, locking, logging, memory pool buffer, mutexes), and the log.MMMMMMMMMM are the log files needed for recoverability and created when running with transactions.
    --Andrei                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to add custom authorization object to a SAP standard transaction

    Hi All,
    I have a standard tcode IW22 (change PM Notification) and I would lock changing when some users modify the field Functional Location (field TPLNR).
    Since this field does not have an authorization object associated, I've tried to solve this problem with the following steps:
    - tcode SU20 - creation of new authorization field TPLNR with data element TPLNR
    - tcode SU21 - creation of  a new auth object in transaction SU21 with name ZPM and field (TPLNR, ACTVT and TCOD)
    - tcode SU24 - insert of new authorization field e check indicator (green)
    - tcode SU22 - check indicator - check (green)
    After this we have created a new role with PFCG and add transaction IW22; the new auth.ZPM was added manually.
    We have try to analyze log (ST01 trace) but it seems no check was made in the trace file.
    It seems new authorization object was not checked.
    My question is: "Is it possible to add a custom authorization object into standard transaction and implementing authorization check without writing abap code in exit or badi ?"
    Thanks
    Maurizio

    > My question is: "Is it possible to add a custom authorization object into standard transaction and implementing authorization check without writing abap code in exit or badi ?"
    >
    No .. not possible. The list of Auth. objects SAP proposed in SU24 for each Stnd. SAP TCodes are basically documentation of the Authority-Checks in the program for that TCode. The extra advantage of SU24 is to set the object status (means the proposal for availability in PFCG) among any of the four check indicators. So that we can provide our own value (customer specific values which are basically defined and separate from sap provided values) and reinforce the authorization concept of the organization.
    So you need to provide a Authority-Check for ZPM in the program of IW22 to make sure that the fields you want to be checked are really being checked during execution of the tcode.
    Regards,
    Dipanjan

  • HCM data extraction from R.3 to BI

    Dear Experts,
    I need some basic documentation in HCM(HUMAN CAPITAL MANAGEMENT) inorder to implement the data flow to BI, where the data resides in r.3( tables or infotypes), data source enhancement procedure for HR data sources( any difference with respect to LO in data source enhancement)  and what are the data sources and delta funcationality of HR data sources... and so on..
    please share with me the relevant document.
    Reg
    RAMBEE

    Hi,
    Pl chk below link.
    http://help.sap.com/saphelp_bic703/helpdata/en/2a/77eb3cad744026e10000000a11405a/frameset.htm
    let us know if you have any specific issue/requirement.
    Regards,
    Vinay

  • Help with Business Services

    Hi,
    In our company, we are going to give a new functionality to our customers. But we don't know where to start.
    Yes, we have been reading the official documentation, but there are not much examples.
    Please, could you give me some basic documentation and examples to start with?
    And some advanced documentation too, to start with that when we master the BSSVs.
    Thanks.

    i waiting your help?
    is the Question more difficult to answer it??

Maybe you are looking for

  • Multiple Mail Domains with multiple IP addresses

    Hello, I am attempting to configure a mail server with 3 domains and 3 distinct IP addresses. I am currently only working with 2 of the domains. Mail sent to either domain is received by the accounts in both domains: if I send a message to user@tomsh

  • Problems while upgrading 6.2(1)E3 to 7.0(4) E4 ...???

    Hi all, i want to upgrade signature on IDS, but IDS is on E3. i know i have to use IPS-K9-7.0-2-E4.pkg to directly upgrade to E4. my only concern, is there anything to take care of before doing this. or while doing this upgrade. because this router i

  • Purchase Order - Version

    Hi SRM Gurus, After Ordering a Purchase Order, if we come out of the Process PO screen and after some time if again go and display the PO, System is showing second version. Due to which, in the Print out it is being displayed as Version 2, even thoug

  • Jelly Bean Upgrade & Battery Life

    Not sure if Battery Life was part of the Jelly Bean upgrade or if I had something running that was killing my battery which has been killed by Jelly Bean, but in the 12 hours I have used this since I upgraded, I have noticed that my battery is still

  • IOS 8.0.2 Safari closes immediately

    How do I stop Safari from closing immediately after popping up and opening? This misbehavior began after upgrading my iPad 2 to IOS 8.0.2. If I double-tap the Home button, the multi-tasking screen appears to indicate Safari is running in the backgrou