Sales module - main table details

Hello

We use the Module sales Oracle (R12.1.3). We use this module to LEAD, ability to create and make quotes.   I would like to know the major table of this module and their details. I tried to back-end with the schema of the DSO and able to identify a few tables such as:

 

  1. AS_SALES_LEADS
  2. AS_LEADS_ALL
  3. AS_SALES_LEAD_OPPORTUNITY

I get the basic information. Lead, opportunity number.  But I would like to know who converted my LEADER on occasion.

Thanks in advance.

Hi Kumar,

Thanks for your reply.

For a part of the quote, we use a CUSTOM application. So far, I use query below for the information of lead and works very well for me.

Here's my query... And any idea in this module of SALES reports. !!! ... Thanks G stoecklin

SELECT a.sales_lead_id,

a.CREATION_DATE,

a.customer_id,

d.party_name,

c.opportunity_id,

b.user_id,

b.user_name,

a.Description,

a.Country

As_sales_leads a,

b fnd_user,

AS_SALES_LEAD_OPPORTUNITY c,

HZ_parties d

WHERE a.created_by = b.user_id

AND a.sales_lead_id = c.sales_lead_id (+)

AND a.customer_id = d.party_id

ORDER BY a.creation_date

Tags: Oracle Applications

Similar Questions

  • Table of main table detail

    Hi - I created a bed ADF only the main table and one ADF read only the secondary table in 2 aspects of a group separator using ADF data controls in JDev 11.1.1.0.1. I want to see the records in detail when I move from record to record in the main table. The detail records are not updated. I used the default values, and I'm not sure what I need to add to get the details, update the records. Don't know if I should be looking at the properties or if I need to add another component. Any help would be appreciated.

    This requires the use of partial-Page rendering (PPR).

    See section 7 of the web guide Fusion 11 g: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_ppr.htm#BGBEGIDF

    See section 7.2.1 more specifically: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_ppr.htm#sthref97

    In summary:

    (1) put an id on your master table and ensure a row is on
    (2) for the detail table add a partial trigger on id #1.

    Let us know how you go,

    CM.

  • ADF: Useless refresh of the main table in the master page layout / detail

    Hello

    I have a master page layout / detail (main table, long form). Whenever I change the focus of one main line to another (for example from the first to the second row), updating of the main table together. The 'new' line has already been read before it gets focus, in order to make a refresh seems completely unnecessary. Is it possible to change this behavior?

    Kind regards

    Andreas

    Hello

    Check in pageDef for entry ChangeEventPolicy = 'ppr' for your iterator entries... If so just remove it...

    Kind regards
    Suganth.G

  • I have two main table and details

    Hi all

    I have the detail and mastery of two tables
    desc invoice_master
     ID                                        NOT NULL VARCHAR2(20)
     SALE_ORDER_NO                                      VARCHAR2(50)
     SEASON                                             VARCHAR2(30)
     CUSTOMER_NAME                                      VARCHAR2(300)
     DISPATCH_DATE                                      DATE
    INVOICE_NOTE_DATE
    
    desc invoice_detail
    ID                                                 VARCHAR2(20)
    PROD_ID                                            VARCHAR2(100)
    PROD_NAME                                          VARCHAR2(300)
    PRODUCT_COLOR                                      VARCHAR2(100)
     XS2                                                NUMBER
     S2                                                 NUMBER
     M2                                                 NUMBER
     L2                                                 NUMBER
     XL2                                                NUMBER
     PCS2                                               NUMBER
     TOTAL2                                             NUMBER
     UNIT_PRICE1                                        NUMBER
     UNIT_PRICE2                                        NUMBER
     TOTAL_PRICE1                                       NUMBER
     TOTAL_PRICE2                                       NUMBER
    I insert the data in a master-details three times on three different dates with the same sale_order_no
    I want a request to give me max data (invoice_note_date)

    Please guide
    Thanks vikas singhal

    Published by: vikas singhal on June 14, 2010 12:00

    You want to select data comes from the main table or the main table and details?
    If only the main table, use

    SELECT *
    FROM   invoice_master
    WHERE  invoice_master IN (SELECT MAX(INVOICE_NOTE_DATE)
                              FROM   invoice_master);
    

    SELECT *
    FROM   invoice_master
    WHERE INVOICE_NOTE_DATE IN (SELECT MAX(INVOICE_NOTE_DATE)
                              FROM   invoice_master);
    

    * 009 *.

    Published by: 009 on June 13, 2010 23:35

  • Picture of detail not refreshing after main table query

    JDev 11.1.2.4

    I have an af:query for a criterion to display against the main table based on a date field.  The main table is updated as expected when you edit the query.  It's that the secondary table linked to not refresh when the query changes.  Retail refreshes correctly when a line is changed on the main table.  The secondary table has the ppr set to the main table.  I tried to include the query in the ppr, but it does not work.  I tried to change the ContentDelivery on both with no luck.  I looked on the forum and blogs, and I'm not finding a resolution.  I expected the ppr to take care of this because data is changing in the main table.  Any ideas what I'm missing?

    Thank you

    Rudy

    Works for me using 11.1.1.7.0 with this code in the page:

    model = ' #{bindings. " ImplicitViewCriteriaQuery.queryModel}"queryListener =" #{bindings. " ImplicitViewCriteriaQuery.processQuery}.

    queryOperationListener = ' #{bindings. " "ImplicitViewCriteriaQuery.processQueryOperation}" resultComponentId =": resId1" / >

    emptyText = "#{bindings." DepartmentsView.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." DepartmentsView.rangeSize}' rowBandingInterval = '0 '.

    selectedRowKeys = ' #{bindings. " DepartmentsView.collectionModel.selectedRow}.

    selectionListener = "#{bindings." RowSelection DepartmentsView.collectionModel.makeCurrent}"="single"id ="resId1">

    headerText = "#{bindings." DepartmentsView.hints.DepartmentId.label}"id ="resId1c1">

    headerText = "#{bindings." DepartmentsView.hints.DepartmentName.label}"id ="resId1c2">

    headerText = "#{bindings." DepartmentsView.hints.ManagerId.label}"id ="resId1c3">

    headerText = "#{bindings." DepartmentsView.hints.LocationId.label}"id ="resId1c4">

    emptyText = "#{bindings." EmployeesOfDepartmentView.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." EmployeesOfDepartmentView.rangeSize}' rowBandingInterval = '0 '.

    selectedRowKeys = ' #{bindings. " EmployeesOfDepartmentView.collectionModel.selectedRow}.

    selectionListener = "#{bindings." RowSelection EmployeesOfDepartmentView.collectionModel.makeCurrent}"="single"id ="t1 ".

    "partialTriggers =": resId1: qryId1 ">

    headerText = "#{bindings." EmployeesOfDepartmentView.hints.EmployeeId.label}"id = 'c4' >

    headerText = "#{bindings." EmployeesOfDepartmentView.hints.FirstName.label}"id ="c1">

    headerText = "#{bindings." EmployeesOfDepartmentView.hints.LastName.label}"id ="c5">

    headerText = "#{bindings." EmployeesOfDepartmentView.hints.Email.label}"id = 'c3' >

    headerText = "#{bindings." EmployeesOfDepartmentView.hints.PhoneNumber.label}"id ="c2">

    Check partial triggers used in your code...

    Timo

  • The Master Table column updated based on the sum of column Table detail


    With the help of JDev 11.1.1.6.

    I have a master-detail table based on a link to BC.

    The main table has a column that displays an InputText or an OutputText, based on the value in another column.

    If the InputText is displayed, the user can enter a value and the database will be updated with that value.

    If the OutputText is displayed, it must be a sum of a column in the secondary table.  Also, this value will be written in the database.

    Question:

    How can I fill the OutputText in the main table with the sum of the values in a column in the secondary table?

    The detail table column is a manually entered InputText field.

    Thank you.

    Create a spike in the main table and write in its expression as follows - DetailVoAccessorName.sum ("ColumnName");

    This will calculate the sum of column table detail and then you can set the value of the transient attribute to attribute DB on backup operation

    Ashish

  • Multi-line main table (creation)

    Hi, I am using JDeveloper 11.1.1.3.0.
    All the examples show a master page / detail with only one visible master record.
    What I would really like that there is a table of key records and selecting a primary record displays the records in the correct details.
    As we use to do in forms.
    It seems simply painful to have to next, next, next in the records to get to the correct record.
    I realize you can search, but it is easier to see a number of documents and scroll through them and pick the one you want.
    Otherwise, I have to have one page of records main shower and then another page to view the details.

    James.

    Hello

    try to set the partial relaxation at your table in detail the id of the main table

    Kind regards
    Dimitris.

  • [Help] Update status in the main table coloumn

    Hi guys,.

    He will be very grateful if someone can help me with my problem




    I am developing a booking using APEX system. I gave the design below details

    I have two tables where you one of them is a master of the table

    Master table (PK is ITEMID)

    Field - ItemId, ItemDetails, status

    SecondTable (HIST_Table) - a history of the booking (FK's ITEMID)
    Field - ItemId, username, Department, Dateout, Datereturn, Dateexpected


    I created a report and the form using APEX

    When the report is related to MasterTable


    and Insert (form) is connected to the HIST_Table.

    Question:

    How can I update the State field of the main table, which is connected to the report whenever an insert action takes place in the Insertform which is connected to HIST_Table?

    Looks like you might need a BEFORE INSERT trigger on your table, is an example here:

    http://www.java2s.com/Tutorial/Oracle/0560__Trigger/Changedatainabeforeinsertorupdatetrigger.htm

  • Inserting changes into an intermediate table rather than change the main table on a form.


    I am trying to create a process inserts changes the date in an intermediate table for approval, rather than change the main table.  I am currently using 4.2.4. Here's how I went on this subject.

    1. I've created a report interactive and connected the primary key on a form that displays data.
    2. Then I created a button called to request changes that redirects to another page with a form and through the necessary elements of session state.  (Note: I voluntarily created 2 different forms)
    3. I then set the initial values of the elements of the page on the current page based on the page, I went through the session state.

    My problem is that when changes are made and I hit the submit button, which is to send the page using an SQL Update statement, it does not have the intermediate table with new data.  I think it's because I set the source for the page elements as part of the page the previous page, thereby breaking the link to the database columns in my staging table.  Someone knows how to set the items on the form of page items I placed in another page without breaking the link to the database column?  Or is there an other/easier way to do this?

    Change that you attend the process instead of using APEX built DML, to call a specially written block that will take the page objects values and save them to your intermediate table...

    Thank you

    Tony Miller
    Software LuvMuffin
    Salt Lake City, UT

  • How to take partial dump using EXP/IMP in oracle only for the main tables

    Hi all

    select*from v$version;
    
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE    10.2.0.1.0    Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    

    I have about 500 huge data main tables in my database of pre production. I have an environment to test with the same structure of old masters. This test environment have already old copy of main tables production. I take the dump file from pre production environment with data from last week. old data from the main table are not necessary that these data are already available in my test environment. And also I don't need to take all the tables of pre production. only the main tables have to do with last week data.

    How can I take partial data masters pre prodcution database tables?  and how do I import only the new record in the test database.

    I use orders EXP and IMP. But I don't see the option to take partial data. Please advice.

    Hello

    For the first part of it - the paintings of masters just want to - use datapump with a request to just extract the tables - see example below (you're on v10, so it is possible)

    Oracle DBA Blog 2.0: expdp dynamic list of tables

    However - you should be able to get a list of master tables in a single select statement - is it possible?

    For the second part - are you able to qrite a query live each main table for you show the changed rows? If you can not write a query to do this, then you won't be able to use datapump to extract only changed lines.

    Normally I would just extract all the paintings of masters completely and refresh all...

    See you soon,.

    Rich

  • How to get the diagram ER or master child tables details

    Hi team,

    I would like to get the details of the child Master Table Details (ER Diagram). I use the PLSQL developer.

    Could you please suggest how to get this tool or by using the query.

    Thank you

    Vincent

    Hi mohamed,.

    Please use TOAD. You ask to go to the link below: -.

    Toad Data Modeling - Diagram ER to create and generate the Script DDL/SQL - videos - Toad Data Modeling - Toad World

    Thank you

    Jihane Narain Sylca

  • ORA-39060: one or more tables has declined due to conflicts with the main table

    Dear all,

    Currently, I have problems, I try to import the entire schema

    bash - $3.2

    bash - $3.2 impdp dumpfile = PRODDUMP BALL/BALL_BALL@BALL. DMP DIRECTORY = DUMP_DIR FULL = Y LOGFILE = IMP Log REMAP_SCHEMA = BALL: BALL REMAP_TABLESPACE = BALLDATA:BALLDATA

    Import: Release 11.2.0.3.0 - Production the my Sep 30 15:28:08 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    With partitioning, Automatic Storage Management, Oracle Label Security, OLAP,.

    Options of Data Mining and Real Application Testing

    ORA-39060: one or more tables has declined due to conflicts with the main table

    UDI-31626: operation there was error ORACLE 31626

    ORA-31626: there is no job

    ORA-39086: cannot retrieve information about jobs

    ORA-06512: at "SYS." DBMS_DATAPUMP', line 3326

    ORA-06512: at "SYS." DBMS_DATAPUMP', line 4551

    ORA-06512: at line 1

    Any solution please

    Hello

    You can use the view:DBA_DATAPUMP_JOBS

    then use the table as drop statements

    drop table . purge;

    HTH

  • performance of the queries on the main tables of the materialized view vs

    Hello

    I'm afraid of strange behavior in db, on my paintings of master UDBMOVEMENT_ORIG (26mil.rows) and UDBIDENTDATA_ORIG (18mil.rows) is created the materialized view TMP_MS_UDB_MV (UDBMOVEMENT stands for this object) that meets certain default conditions and the join on these paintings of master condition. MV got on the lines of 12milions. I created MV for poll not so huge objects, MV got 3GB, paintings of master toghether 12 GB. But I don't understand that physical reads and becomes compatible is less on MV that on the main tables, the final execution time is shorter on the master tables. See my journal below.

    Why?

    Thanks for the replies.


    SQL > set echo on
    SQL > @flush
    SQL > alter system flush buffer_cache;

    Modified system.

    Elapsed time: 00:00:00.20
    SQL > alter system flush shared_pool;

    Modified system.

    Elapsed time: 00:00:00.65
    SQL > SELECT
    UDBMovement.zIdDevice 2, UDBMovement.sDevice, UDBMovement.zIdLocal, UDBMovement.sComputer, UDBMovement.tActionTime, UDBIdentData.sCardSubType, UDBIdentData.sCardType, UDBMovement.cEpan, UDBMovement.cText, UDBMovement.lArtRef, UDBMovement.sArtClassRef, UDBMovement.lSequenz, UDBMovement.sTransMark, UDBMovement.lBlock, UDBMovement.sTransType, UDBMovement.lGlobalID, UDBMovement.sFacility, UDBIdentData.sCardClass, UDBMovement.lSingleAmount, UDBMovement.sVAT, UDBMovement.lVATTot, UDBIdentData.tTarifTimeStart, UDBIdentData.tTarifTimeEnd, UDBIdentData.cLicensePlate, UDBIdentData.lMoneyValue, UDBIdentData.lPointValue, UDBIdentData.lTimeValue, UDBIdentData.tProdTime, UDBIdentData.tExpireDate
    UDBMOVEMENT_orig UDBMovement 3, Udbidentdata_orig UDBIdentData
    4. WHERE
    5 UDBMovement.lGlobalId = UDBIdentData.lGlobalRef (+) AND UDBMovement.sComputer = UDBIdentData.sComputer (+)
    6 AND UDBMovement.sTransType > 0 AND UDBMovement.sDevice < 1000 AND UDBMovement.sDevice > = 0 AND UDBIdentData.sCardType IN (2) AND (bitand(UDBMovement.sSaleFlag,1) = 0 AND bitand(UDBMovement.sSaleFlag,4) = 0) AND UDBMovement.sArtClassRef < 100
    7 AND UDBMovement.tActionTime > = TO_DATE (May 5, 2011 00:00:00 ',' dd/mm/yyyy hh24:mi:ss') + 0.25 AND UDBMovement.tActionTime < TO_DATE (May 5, 2011 00:00:00 ',' dd/mm/yyyy hh24:mi:ss') + 0.5
    8 ORDER BY tActionTime, lBlock, lSequenz;

    4947 selected lines.

    Elapsed time: 00:00:15.84

    Execution plan
    ----------------------------------------------------------
    Hash value of plan: 1768406139

    ------------------------------------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | TempSpc | Cost (% CPU). Time |
    ------------------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 7166 | 1238K | 20670 (1) | 00:04:09 |
    | 1. SORT ORDER BY | 7166 | 1238K | 1480K | 20670 (1) | 00:04:09 |
    | 2. NESTED LOOPS |
    | 3. NESTED LOOPS | 7166 | 1238K | 20388 (1) | 00:04:05 |
    |* 4 | TABLE ACCESS BY INDEX ROWID | UDBMOVEMENT_ORIG | 7142 | 809K | 7056 (1) | 00:01:25 |
    |* 5 | INDEX RANGE SCAN | IDX_UDBMOVARTICLE | 10709. 61 (0) | 00:00:01 |
    |* 6 | INDEX UNIQUE SCAN | UDBIDENTDATA_PRIM | 1 | | | 1 (0) | 00:00:01 |
    |* 7 | TABLE ACCESS BY INDEX ROWID | UDBIDENTDATA_ORIG | 1. 61. 2 (0) | 00:00:01 |
    ------------------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):
    ---------------------------------------------------

    4 - filter("UDBMOVEMENT".") STRANSTYPE"> 0 AND 'UDBMOVEMENT '. "" SDEVICE ' < 1000 AND
    BITAND ("SSALEFLAG", 1) = 0 AND "UDBMOVEMENT". "" SDEVICE ' > = 0 AND BITAND ("UDBMOVEMENT". "SSALEFLAG «(, 4) = 0)" "
    5 - access("UDBMOVEMENT".") TACTIONTIME' > = TO_DATE (' 2011-05-05 06:00 ',' syyyy-mm-jj)
    ('HH24:mi:SS) AND "UDBMOVEMENT". "' TACTIONTIME ', TO_DATE (' 2011-05-05 12:00 ',' syyyy-mm-jj)
    ('HH24:mi:SS) AND "UDBMOVEMENT". ("' SARTCLASSREF" < 100)
    filter ("UDBMOVEMENT". "SARTCLASSREF" < 100)
    6 - access("UDBMOVEMENT".") LGLOBALID "=" UDBIDENTDATA. " "" LGLOBALREF "AND
    'UDBMOVEMENT '. "' SCOMPUTER"="UDBIDENTDATA." ("' SCOMPUTER")
    7 - filter("UDBIDENTDATA".") SCARDTYPE "= 2)


    Statistics
    ----------------------------------------------------------
    543 recursive calls
    0 db block Gets
    84383 compatible Gets
    4485 physical reads
    0 redo size
    533990 bytes sent via SQL * Net to client
    3953 bytes received via SQL * Net from client
    331 SQL * Net back and forth to and from the client
    kinds of 86 (memory)
    0 sorts (disk)
    4947 lines processed

    SQL > @flush
    SQL > alter system flush buffer_cache;

    Modified system.

    Elapsed time: 00:00:00.12
    SQL > alter system flush shared_pool;

    Modified system.

    Elapsed time: 00:00:00.74
    SQL > SELECT UDBMovement.zIdDevice, UDBMovement.sDevice, UDBMovement.zIdLocal, UDBMovement.sComputer, UDBMovement.tActionTime, UDBMovement.sCardSubType, UDBMovement.sCardType, UDBMovement.cEpan, UDBMovement.cText, UDBMovement.lArtRef, UDBMovement.sArtClassRef, UDBMovement.lSequenz, UDBMovement.sTransMark, UDBMovement.lBlock, UDBMovement.sTransType, UDBMovement.lGlobalID, UDBMovement.sFacility, UDBMovement.sCardClass, UDBMovement.lSingleAmount, UDBMovement.sVAT, UDBMovement.lVATTot, UDBMovement.tTarifTimeStart, UDBMovement.tTarifTimeEnd, UDBMovement.cLicensePlate, UDBMovement.lMoneyValue, UDBMovement.lPointValue, UDBMovement.lTimeValue, UDBMovement.tProdTime
    2. OF UDBMOVEMENT WHERE
    3 UDBMovement.sTransType > 0 AND UDBMovement.sDevice < 1000 AND UDBMovement.sDevice > = 0 AND UDBMovement.sCardType IN (2) AND (bitand(UDBMovement.sSaleFlag,1) = 0 AND bitand(UDBMovement.sSaleFlag,4) = 0) AND UDBMovement.sArtClassRef < 100
    4. AND UDBMovement.tActionTime > = TO_DATE (May 5, 2011 00:00:00 ',' the hh24: mi: ss' dd/mm/yyyy) + 0.25
    5 AND UDBMovement.tActionTime < TO_DATE (May 5, 2011 00:00:00 ',' the hh24: mi: ss' dd/mm/yyyy) + 0.5 ORDER BY tActionTime, lBlock, lSequenz;

    4947 selected lines.

    Elapsed time: 00:00:26.46

    Execution plan
    ----------------------------------------------------------
    Hash value of plan: 3648898312

    -----------------------------------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    -----------------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 2720 | 443K | 2812 (1) | 00:00:34 |
    | 1. SORT ORDER BY | 2720 | 443K | 2812 (1) | 00:00:34 |
    |* 2 | MAT_VIEW ACCESS BY INDEX ROWID | TMP_MS_UDB_MV | 2720 | 443K | 2811 (1) | 00:00:34 |
    |* 3 | INDEX RANGE SCAN | EEETMP_MS_ACTTIMEDEVICE | 2732 | 89 (0) | 00:00:02 |
    -----------------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):
    ---------------------------------------------------

    2 - filter("UDBMOVEMENT".") STRANSTYPE"> 0 AND BITAND ("UDBMOVEMENT". "SSALEFLAG «(, 4) = 0 AND" "
    BITAND ("SSALEFLAG", 1) = 0 AND "UDBMOVEMENT". ("' SARTCLASSREF" < 100)
    3 - access("UDBMOVEMENT".") TACTIONTIME' > = TO_DATE (' 2011-05-05 06:00 ',' syyyy-mm-jj)
    ('HH24:mi:SS) AND "UDBMOVEMENT". "" SDEVICE ' > = 0 AND "UDBMOVEMENT". ' SCARDTYPE ' = 2 AND ".
    'UDBMOVEMENT '. "" TACTIONTIME "< TO_DATE(' 2011-05-05 12:00:00', 'syyyy-mm-dd hh24:mi:ss') AND
    'UDBMOVEMENT '. ("' SDEVICE ' < 1000)
    filter ("UDBMOVEMENT". "SCARDTYPE"= 2 AND "UDBMOVEMENT"." SDEVICE' < 1000 AND
    'UDBMOVEMENT '. ("' SDEVICE ' > = 0)


    Statistics
    ----------------------------------------------------------
    449 recursive calls
    0 db block Gets
    6090 gets coherent
    2837 physical reads
    0 redo size
    531987 bytes sent via SQL * Net to client
    3953 bytes received via SQL * Net from client
    331 SQL * Net back and forth to and from the client
    168 sorts (memory)
    0 sorts (disk)
    4947 lines processed

    SQL > spool off

    Published by: MattSk on February 4, 2013 14:20

    >
    The second query makes a full table of materialized view scan.
    >
    What you base that statement on?

    I do not see any table full scan in terms of the second query. All I see is
    >
    * 2 MAT_VIEW ACCESS BY INDEX ROWID TMP_MS_UDB_MV 2720 443K 2811 (1) 00:00:34

  • pump discharge data import error (ORA-31694: main table 'SYSTEM'.) (' SYS_IMPORT_)

    Aloha!

    I am trying to create an instance, and importing datapump, I come across this error:



    C:\_dump > schemas system impdp = p.c.3 directory = BW_TEMP = logfile logfile.log = dumpfile.dmp dumpfile

    Import: Free 11.2.0.1.0 - Production on Mon Jan 9 19:09:25 2012

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Password:

    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - production
    tion
    With partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-31694: main table 'SYSTEM '. "' SYS_IMPORT_SCHEMA_01 ' failed to load/unload
    ORA-31640: could not open the dump file 'C:\_dump\DPLCCS. DMP"should read
    ORA-19505: impossible to identify the file 'C:\_dump\DPLCCS. DMP ".
    ORA-27046: file size is not a multiple of the logical block size
    OSD-04012: difference in file size (OS 580474881)

    C:\_dump >

    Please, someone help me on how to correct the error.

    Thanks in advance.
    Hades

    Hello
    Two questions come to mind:
    1. the export was created using exp and not expdp
    2. you have copied the file with a kind of FTP utility and used the 'ascii' mode and not "binary".

    If not of them is the problem, perhaps the file is corrupt simply.

  • Chapter with Figures OCD does not end up in the main table of contents

    At the end of my document. I have a list of numbers. This list of figures has its name in my chapter paragraph Style. At the beginning of my document, I have a main table of contents. When I update the table of contents, list of figures chapter would end up in the main table of contents. Is there something I can do to fix that? I was thinking of a hidden layer with a second title of chapter for a list of Figures, but it's a hack. Is there a better way?

    I was able to get the table of contents to update correctly. I did two things, and I don't know which was the right one, or if you need to do both, but here's what worked:

    Export the list in the history of the figures to tagged text, and then disable Smart Rflow text and remove all executives who are in this thread, so history has completely disappeared from the file (but the pages are left behind). File > Place... and choose the story exported and auto-flow, then select those images and change the number of columns. Now, select and delete the existing text in the history of the table of contents (I left executives), then layout > TOC and regenerate.

Maybe you are looking for