What is process in oracle give some examples

what is process in oracle give some examples

The tem "process" has multiple meaning in Oracle but most likely you probably are referring to the Oracle background process used to perform the work for an Oracle session.  These are in fact OS processes spawed by Oracle using fork on UNIX/Linux and would be task thread on Windows.  You can find infomraion on these proceses via the v$process view.  You join v$process to v$session to see the front and backend processes for a connection to Oracle.
The Concpts manual describes Oracle process Architecture:
http://docs.oracle.com/cd/E11882_01/server.112/e40540/process.htm#CNCPT008
HTH -- Mark D Powell --

Similar Messages

  • What is IMPORT/EXORT statements ?please give some example code?

    What is IMPORT/EXORT statements ?please give some example code?

    EXPORT :-To read data objects from an ABAP program into ABAP memory, use the following statement:
    Syntax
    EXPORT <f1> [FROM <g 1>] <f 2> [FROM <g 2>] ... TO MEMORY ID <key>.
    This statement stores the data objects specified in the list as a cluster in memory. If you do not use the option FROM <f i >, the data object <f i > is saved under its own name. If you use the FROM <g i > option, the data objet <g i > is saved under the name <f i >. The name <key> identifies the cluster in memory. It may be up to 32 characters long.
    The EXPORT statement always completely overwrites the contents of any existing data cluster with the same name <key>.
    IMPORT :-To read data objects from ABAP memory into an ABAP program, use the following statement:
    Syntax
    IMPORT <f1> [TO <g 1>] <f 2> [TO <g 2>] ... FROM MEMORY ID <key>.
    This statement reads the data objects specified in the list from a cluster in memory. If you do not use the TO <g i > option, the data object <f i > in memory is assigned to the data object in the program with the same name. If you do use the option, the data object <f i > is read from memory into the field <g i >. The name <key> identifies the cluster in memory. It may be up to 32 characters long.
    You do not have to read all of the objects stored under a particular name <key>. You can restrict the number of objects by specifying their names. If the memory does not contain any objects under the name <key>, SY-SUBRC is set to 4. If, on the other hand, there is a data cluster in memory with the name <key>, SY-SUBRC is always 0, regardless of whether it contained the data object <f i >. If the cluster does not contain the data object <f i >, the target field remains unchanged.
    they are used to save and reterive data in ABAP memory.
    here is an example to clear about them.
    <b>REPORT ZWA_TEST2 .
    data: it_bkpf type table of bkpf with header line.
    SELECT * FROM bkpf into table it_bkpf.
    EXPORT it_bkpf TO MEMORY ID 'MID'.
    refresh it_bkpf.
    IMPORT it_bkpf FROM MEMORY ID 'MID'.
    LOOP AT It_bkpf.
    write:/ it_bkpf-belnr.
    ENDLOOP.</b>
    Reward points if it is useful.......

  • Give some examples of sd tickets

    give some examples of sd tickets, how these are solved?????/

    Check these few ones
    1. Account Assignment of Customer / material not maintained in Customer / Material Master (If maintained in combination in VKOA).
    Solution:
    Option 1 (Standard solution):
    step 1: Cancel Billing Document --> Reverse PGI --> cancel Delivery --> Cancel Sales Order
    step 2: Maintain Customer master / Material Master correctly.
    step 3: Recreate sales Order --> Delivery --> PGI --> Invoicing.
    Option 2:
    Force the Account Assignment Group of Customer / Material through Debug in change mode of Billing document, which will release Billing Document to Accounting.
    2. Account Key not maintained in Pricing Procedure:
    Impact: This may create accounting document, but if condition type, which are to be posted to account, but do not have account key maintained in pricing procedure, it will not be post the relevant condition type to G/L account.
    3. Billing Document not being released to accounting --
    In Material Master, there is some link between Profit Centre & MRP Type. If one of it is not maintained, erratically few documents get stuck while releasing Billing Document to accounting. Few of course get posted.
    Solution1: Cancel Billing Document --> Reverse PGI --> Cancel Delivery --> Block the sales Order & Create new sales Cycle all over again after rectifying Material master.
    Solution 2: (Temporary Solution) In Debug mode in Billing, force the Profit Center in Billing Document with the help of Abaper. But ensure Material master is rectified.
    From FI Side, you require to check that all the G/L account has been maintained through T.Code: FS00. G/L account being Master data has to be created in each client to upload through LSMW / SCATT / BDC.
    In Billing Document in change mode (in the first screen where we enter Billing Document number), on the top most left hand corner, take a dropdown on Billing Document & select Release to accounting. Here you can get the under mentioned possible message:
    1. G/L account not found
    2. Cost Element not maintained for G/L account.
    In both the above cases, FI consultant requires to take corrective action.

  • 4.give some  examples of collaborations from the Collaboration Launch Pad.

    give some  examples of collaborations from the Collaboration Launch Pad.

    Answered my own question:
    Here it is:
    1. Logon to portal as Administrator
    2. Navigate to Content Administrator -> Portal Content
    3. Open the tree 'Portal Content'
    4. Open the tree 'Content Provided by SAP'
    5. Open the tree 'End User Content'
    6. Open the tree 'Standard Portal user'
    7. Open the Object 'Default Framework Page'
    8. Open the Properties of 'Tool Area'
    9. Select the 'Property Category' as 'Select all'
    10. Set the property 'Enable Collaboration Launch Pad' to "Yes"
    11. Set the property 'Enable Real-Time Collaboration' to "Yes"
    12 Restart the portal (If you are not getting Collaboration Launch Pad).

  • Give some example of sap sd tickets

    Dear Sir,
                 pls give some examples of sap sd tickets & also explain how to solve ticket issues..
    With Regards
    Prasanta

    hi,
    pl check this link where i have recently posted one ticket :
    [ticket|Re: urgent...................hi alll tickets]
    and try to make a search in this forum, you might get more.
    regards
    sadhu kishore

  • Give some examples For Application items

    How to use application items and where used?

    Some examples
    - date format -> global settings
    - preferred name -> displayed in lieu of username
    - file locations -> parameterise templates
    - application context -> store selected account/job/task/item/id, one referenced used across many pages
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/bldapp_item_app.htm#BCEHFDDJ
    Scott

  • Purpose defining common distrn channel? give some examples

    purpose defining common distrn channel? give some examples

    hi,
    If you do not need the master data (customer / material and condition master data) to
    be differentiated according to distribution channels, you have to set up a representative
    distribution channel. The master data for the representative distribution channel
    applies to all distribution channels for which you have set up this reference in
    Customizing.
    By doing this, you can minimize the effort of entering and maintaining master data.
    In addition, you can update statistics for distribution channels without having to create
    master data for the various distribution channels.
    Consider you have three Dist Chnls (01, 02 & 03) and 10 customers who can buy thru either of these dist chnls. In order to enter a sales order you will have to extend the customers to all the 3 Dist Chnls, which means for 10 customers you will have 30 records in the tables. In real time scenario the number of customers and dist chnls are huge and they keep increasing. Imagine the amount of data you will have to maintain.
    For this purpose SAP came up with the Common Distribution Channel Concept where you would identify the dist chnl for which you can maintain records and in the process reduce the number of records and also use it for the other dist chnls too.
    If you create the dist chnl 01 as the common dist chnl and link 02 & 03 to it, you will have to maintain only 10 records and still can use it for all the 3 dist chnls. The same is applicable for the common division.
    CHAN

  • How to define common division?   give some examples

    how to definfe common division?   give some examples

    Hi,
    You can define that customer master records, which have been created for each sales organization for a distribution channel (or division), are also valid in other distribution channels (or divisions). As a result, you create and change customer master records that are required in different distribution channels or in different divisions only once. This makes it easier to create and change master records.
    Divisions
    In Customizing, you can specify other divisions in which customer master data (and article master data and prices) from the reference division are also valid.
    You do this in Customizing for Master Data (Sales and Distribution) in the following activities:(SPRO>SD>Master data)
    Define Common Distribution Channels
    Define Common Divisions
    Regatds
    SD

  • Anybody can give some example about XA programming?

     

    Yu Li,
    This is not the correct forum for XA questions, however, search on 'XA' across the otn site and you will find some examples.
    regards,
    David

  • Who can use dbapi.jar?Can you give some examples for usage?

    Recently ,I want to develop something about oracle sql script.Then ,I think sqldeveloper,dbapi.jar.It will provide some perfectable intefaces.I want to use them,but no examples.
    who can have them?
    Please send to [email protected]
    Thanks.
    he yong

    Sorry, but I don't understand.
    Are you trying to develop an extension to sqldev, or reverse engineer it? What exactly are you trying to do?
    K.

  • Hi what the use f4_filename  plz send some example code.?

    hi iam shabeer iam abap fresher i want to select a file which i have saved in c drive of harddisk through sap report iam confuse what values would give import and export will u plz help me.

    hi check this...
    TABLES : MARA.
    INTERNAL TABLE DECLARATION
    TYPES : BEGIN OF ITAB,
    MATNR TYPE MARA-MATNR,
    MEINS TYPE MARA-MEINS,
    ERNAM LIKE MARA-ERNAM,
    AENAM LIKE MARA-AENAM,
    MTART LIKE MARA-MTART,
    END OF ITAB.
    DATA : IG_ITAB type ITAB OCCURS 0.
    DATA : V_FILE TYPE STRING.
    DATA : T_FILE TYPE RLGRAP-FILENAME.
    RETRIVE DATA FROM DATABASE
    SELECT
    MATNR
    MEINS ERNAM AENAM MTART FROM MARA
    INTO CORRESPONDING FIELDS OF TABLE
    IG_ITAB
    up to 10 rows.
    CALLING FUNCTION MODULES
    CALL FUNCTION 'F4_FILENAME' "PASS THE FILE NAME AS U NEED.
    EXPORTING
    FIELD_NAME = 'T_FILE'
    IMPORTING
    FILE_NAME = T_FILE.
    V_FILE = T_FILE. "STRING CONVERSION
    CALLING GUI DOWNLOAD TO EXTRACT
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filename = V_FILE
    FILETYPE = 'ASC'
    WRITE_FIELD_SEPARATOR = 'X'
    WRITE_LF = 'X'
    tables
    data_tab = IG_ITAB .
    regards,
    venkat appikonda

  • Give some examples to use gateways

    Hi,
    Is there any one tell how to get into sms gateway and how to use it.
    Please tell me

    Hi,
    I got some solution at
    http://www.forums.hscripts.com/viewtopic.php?f=18&t=3467&start=0&hilit=send+sms

  • What exactly is balance in Oracle Payroll. Can someone give an example pls

    Hi
    I am a newbie to Oracle Payroll. Could some one xplain what exactly is balance in Oracle Payroll. Can someone give an example pls. Is there any link which would be useful to clearly explain this.

    Results of Payroll run get accumulated in the Balances. The accumulation happens according to the dimension like ASGRUN holds the value of current payroll run, ASGYTD holds the cumulative value for the current financial year and gets reset at the beginning of the next financial year, ASGQTD holds the cumulative value for the current quarter and gets reset at the beginning of the next quarter etc.
    You can see the values of the balances for different dimension after running the payroll.
    View -> Assignment Process Results -> Balances.

  • What is common distrn channel? give some examplles?

    what is common distrn channel? give some examplles?

    hi,
    If you do not need the master data (customer / material and condition master data) to
    be differentiated according to distribution channels, you have to set up a representative
    distribution channel. The master data for the representative distribution channel
    applies to all distribution channels for which you have set up this reference in
    Customizing.
    By doing this, you can minimize the effort of entering and maintaining master data.
    In addition, you can update statistics for distribution channels without having to create
    master data for the various distribution channels.
    Consider you have three Dist Chnls (01, 02 & 03) and 10 customers who can buy thru either of these dist chnls. In order to enter a sales order you will have to extend the customers to all the 3 Dist Chnls, which means for 10 customers you will have 30 records in the tables. In real time scenario the number of customers and dist chnls are huge and they keep increasing. Imagine the amount of data you will have to maintain.
    For this purpose SAP came up with the Common Distribution Channel Concept where you would identify the dist chnl for which you can maintain records and in the process reduce the number of records and also use it for the other dist chnls too.
    If you create the dist chnl 01 as the common dist chnl and link 02 & 03 to it, you will have to maintain only 10 records and still can use it for all the 3 dist chnls. The same is applicable for the common division.
    CHAN

  • Please give me some examples of video chat with adobe flash builder 4 or adobe flex 3.5

    I'm a newbie for flex. I had a project from my college to made a video chat application using Adobe Flash Builder 4 and used Red5.  please help me, give me some examples of video chat source code, so that i may to learn it. thanks a lot friends.

    As you are starting at the beginning you may as well start with FB4. When you install FB4 you will find that its start page has links to documentation tutorials and examples through the tour-de-flex. There are some great blogs that continue to offer advice and examples, nothing beats well written examples for learning. If you are on face book there is an Adobe Flex page that is continually giving links to examples and information about e-seminars.
    And of course there is here. So jump on board and have a bit of fun.
    David

Maybe you are looking for

  • Project stock to Vendor

    Dear All, Is it possible to create a material with requisition as a project stock and issue the same material to the vendor for execution of works and reconcile the same when doing GR. If yes please let me know the process and also if possible the mo

  • [SOLVED] Clarification of Changes to LVM

    Hi, I need a clarification. The following bullet point is published in the "Latest News" on this website (Archlinux), "Changes to LVM" 2013-02-12: "The lvm2 initramfs hook now requires the udev hook." I am assuming the two hooks ("lvm2 initramfs" and

  • How to change system/service groups in ESB through build file in Antscripts

    Hi All, i have a proublem with Ant Scripts . I Create a "IClickSystemESB" process that will define different systems for the project. and Create "IClickServiceGroupESB" process This will define different service groups under the systems for the proje

  • Best Strategy for importing a WAR file

    I would like to import a WAR file into JDeveloper and run it against the embedded OC4J app server. What is the best strategy (the approach which minimizes the amount of cutting and pasting)?? I tried to use the File/Import menu selection, but that di

  • Different shipping condition getting copied

    Hi Gurus, Flow1: SO - Delivery - Billing docuement: The Shipping condition entered at the SO is 'Air' and it same across delivery and billing document Flow2: STO - Replenish Cross Company Delivery - InterCompany billing: The shipping condition enter