Include table

Is there any database table so that we can find the standard includes that we are used in the program?

1)FM - GET_INCLUDES
2)table D010INC u can find the include used in a program
3) FM - RS_GET_ALL_INCLUDES_FOR_PRTAB
reward if helpfull
amit

Similar Messages

  • Searching of programs/includes/tables based on string

    Hi Experts,
    I have a requirement, is there any program or transaction code to search programs/includes/tables based on the fields
    (Eg. company code, sales organization, country, currency) in the selection screen or any other method. 
    Please suggest, if any solution.
    Thanks,
    GR

    Hi,
    You will not find a program for this requirement & that too based on a field.
    I would suggest if you have the package then SE80 will be the best transaction which will give you all the objects like Tables/programs/FM/Enhancement that come under a package.
    Also if you do a whereused list on fields like Company code, Sales organization, Country, you will end up getting a massive list of objects where it is used.
    Regards
    Abhii

  • Including table and column comment in the Data Modeler

    Hi all,
    I used Oracle's SQL Developer Data Modeler (Version 3.0.0.665) and created a data model for my project. I e-mailed a PDF format of the data model to our Systems Analyst. She asked if I could re-create the data model and include table and column comments. Is this a possibility and if so how is this done?
    Thank you for your input,
    Seyed

    Hi Kent,
    Using the information you provided and Oracle’s Working with SQL Developer Modeler Reporting I did the following:
    1) Created a Reporting Schema User
    1.1) Using my Oracle 10g Personal Edition, I created a new user and gave him DBA administrative privileges
    2) Exported Relational Design to Reporting Schema
    2.1) Opened the Relational Design
    2.2) Exported it to the Reporting Schema. Note, I never got a message ‘Design has been exported successfully’.
    3) Reviewed the Report Results
    I think exporting the relational design was not successful, and didn’t get any error messages. Had step 2 completed successfully, I would have reviewed the Report Results in SQL Developer. By the way, I know I have marked this topic as closed, but would like to learn your method too.
    Thank you for your help,
    Seyed

  • VA01 dump..because of include tables in enhancement in MM06E005

    Hi,
    In enhancement MM06E005, I have created a structure under 'Include tables'.
    I am facing serious consequences of this such..as not able to enter VA01 and not able to save Invoice.
    Can anyone tell me how to get rid of this problem?
    thanks,

    Hi,
    I have just  included a structure under this enhancement.
    no implementation after all.
    VA01,02,03 t-codes are getting dump.
    Thanks.

  • ALTER TYPE MODIFY ATTRIBUTE cascade including table data

    Hi,
    does anybody know, why I get "ORA-00932: inconsistent datatypes: expected REF TYPE1_T got REF TYPE1_T"
    after ALTER TYPE MODIFY ATTRIBUTE cascade including table data when the altered type contains a nested table of type REFs.
    according to the documentation this should work? This works when the type contains a nested table of types!
    ORACLE Version: 9i EE 9.2.0.3.0 64 bit
    OS: HP-UX 11
    -- create type1
    CREATE OR REPLACE
    TYPE TYPE1_T AS OBJECT
    T1COL1 NUMBER,
    T1COL2 VARCHAR2(35),
    TYPE2REF REF TYPE2_T
    -- create coll of type1 refs
    CREATE OR REPLACE
    type TYPE1COLL_T IS TABLE OF REF TYPE1_T
    -- create type2
    CREATE OR REPLACE
    TYPE TYPE2_T AS OBJECT
    T2COL1 NUMBER,
    TYPE1COLL TYPE1COLL_T
    -- create table of type1_t
    CREATE TABLE TYPE1_OTB OF TYPE1_T
    -- create table of type2_t
    CREATE TABLE TYPE2_OTB OF TYPE2_T
    nested table type1coll store as type1coll_ntb
    -- populate type1_otb
    INSERT INTO type1_otb
    VALUES(1, 'ABCDEF',NULL);
    -- populate type2_otb
    INSERT INTO type2_otb
    VALUES(1,TYPE1COLL_T());
    select * from type1_otb;
    T1COL1 T1COL2
    TYPE2REF
    1 ABCDEF
    select * from type2_otb;
    T2COL1
    TYPE1COLL
    1
    TYPE1COLL_T()
    ALTER TYPE type1_t MODIFY ATTRIBUTE t1col2 varchar2(50) cascade including table data;
    Type altered.
    select * from type1_otb;
    T1COL1 T1COL2
    TYPE2REF
    1 ABCDEF
    select * from type2_otb;
    select * from type2_otb
    ERROR at line 1:
    ORA-00932: inconsistent datatypes: expected REF TYPE1_T got REF TYPE1_T

    Hi John,
    I am also facing the same problem after executing the command
    SQL> alter type product_object modify attribute (NAME VARCHAR2(80)) cascade;
    with the following error
    ORA-00932: inconsistent datatypes: expected REF WOLFOBJECTS.EMPLOYEE_OBJECT got
    WOLFOBJECTS.EMPLOYEE_OBJECT
    Could you please suggest any alternate or workaround for this issue?
    Thanks
    Sara

  • The project contains inactive include tables during activating the project

    Hi experts,
    I created the project in cmod using enhancement MM06E005. After created i got the issue The project contains inactive include tables CI_EKKODB  & CI_EKPODB during activating the project. I want to move my project to production. please guide me to solve this issue...

    Hi,
    You need to activate the structures CI_EKKODB & CI_EkpoDb. After this, you need to activate the standard table EKKO & EKPO.
    Then, you need to adjust the tables in SE14.
    Regards
    Senthil

  • Need to include table name,schema name in select output

    I need to output the table name and schema name of the current user into a table.. I have tried including
    within a select statement..
    table_name,
    from user_tables
    where table_name='mnme';
    no rows returned

    Hi,
    Its in upper case 'MNME'
    Best.
    EA

  • Include table entries into Transport Request manually @ SM31

    Hi All,
    I have an issues reg table maintenance at SM31.
    We have a Z Table and I can add entries at SM31 to that table. But:
    System has not asked Transport request while saving the data (after additions to the table)
    Option to include in Transport Request manually is not available @ menu -> Edit -> Transport -> Include in request. Include in Request is not highlighted to select here.
    Pls help me the process to add my table entries into a Transport Request.
    Thank you
    Chandu

    Hi,
    seems like your table is defined as Application table (master and transaction data).
    Check SE11 to be sure
    Database table: enter name > Display > Delivery & Maintenance
    Delivery Class > is this A?
    If so then there is no transport and it can be maintained in all systems.
    You could try if required to create manual transport via SE01.
    Programm ID: R3TR
    Object: TDAT 
    Objectname: your table name
    Regards
    Hein

  • Transaction Notification. How to include table Itemgroup in code

    Hi.
    I need to include some code in SP_TN that must be run at changing of values in the fields of the table ItemGroup (OITB).
    What will be the first  stroke in TN
    like:
    1. If @object_type = N'XXX'   - in this case I need a number of object of this table, or
    2. if @TableName = 'ItemGroup' or OITB
    or something else
    With regards
    Maxim

    NOB -1  - Not an Object
      GNR 0  - General Object
      ACT 1  - Accounts
      CRD 2  - Cards
      DSC 3  - Discount Codes
      ITM 4  - Items
      VTG 5  - Vat groups
      PLN 6  - Price List Names
      SPP 7  - Special Prices
      ITG 8  - Item Groups
      RTM 9  - Rates matching
      CRG 10  - Card payment groups
      CPR 11  - Contact persons
      USR 12  - Users
      INV 13  - Invoices
      RIN 14  - Revert Invoices
      DLN 15  - Delivery Notes
      RDN 16  - Revert Delivery Notes
      RDR 17  - Orders
      PCH 18  - Purchases
      RPC 19  - Revert Purchases
      PDN 20  - Purchase Delivery Notes
      RPD 21  - Revert Purchase Delivery Notes
      POR 22  - Purchase Orders
      QUT 23  - Quotations
      RCT 24  - Receipts
      DPS 25  - Deposits
      MTH 26  - Match History
      CHH 27  - Checks History
      BTF 28  - Journal Batches
      BTD 29  - Journal Batches Directory
      JDT 30  - Journal Transactions
      ITW 31  - Item - Warehouse accumulators
      ADP 32  - Printing Administration
      CLG 33  - Contact Log
      RCR 34  - Recurring Transactions
      NNM 35  - Objects Next Serial Number
      CRC 36  - Credit Cards
      CRN 37  - Currency Codes
      IDX 38  - Index (Madad)
      ADM 39  - Administration
      CTG 40  - Credit Terms
      PRF 41  - Form Preferences
      BNK 42  - Bank pages
      MRC 43  - Firm groups (Marca)
      CQG 44  - Card query groups
      TRC 45  - Ttansaction codes
      VPM 46  - Payment to vendor
      SRL 47  - Serial numbers
      ALC 48  - Import expenses
      SHP 49  - Shipment types
      LGT 50  - Length units
      WGT 51  - Weight units
      ITB 52  - Item groups
      SLP 53  - Sales person
      FLT 54  - Reports filter
      TRT 55  - Transaction types
      ARG 56  - Arancel (custom) groups
      CHO 57  - Checks paid to vendors (Outgoing checks)
      INM 58  - Inventory match
      IGN 59  - Inventory General Entry
      IGE 60  - Inventory General Exit
      PRC 61  - Profit Center
      OCR 62  - Overhead cost rate
      PRJ 63  - Project
      WHS 64  - Warehouses Codes & Names
      COG 65  - Commission groups
      ITT 66  - Item Tree links
      WTR 67  - Warehouses Transfers
      WKO 68  - Work Orders
      IPF 69  - Import file
      CRP 70  - Credit pay systems
      CDT 71  - Credit Due Terms
      CRH 72  - Credit History
      SCN 73  - Substitutional catalog num
      CRV 74  - Credit Payments
      RTT 75  - Index & currency rates
      DPT 76  - Deposit Temporary
      BGT 77  - Budget
      BGD 78  - Budget STRsystem
      RCN 79  - Retailer chains
      ALT 80  - Alert templates
      ALR 81  - Alerts pool
      AIB 82  - Alerts In box
      AOB 83  - Alerts Out box
      CLS 84  - Contact log subjects
      SPG 85  - Special prices for groups
      SPRG 86  - Run externals applications
      MLS 87  - Mailing lists
      ENT 88  - Panama - enterada
      SAL 89  - Panama - salida
      TRA 90  - Panama - traspaso
      BGS 91  - Budget Scenario
      IRT 92  - Interest Rates
      UDG 93  - User defaults groups
      SRI 94  - Items serial numbers
      FRT 95  - Finance Reports Template
      FRC 96  - Finance Reports Categories
      OPR 97  -
      OIN 98  -
      OIR 99  -
      OSR 100  -
      OST 101  -
      OFR 102  -
      CLT 103  - Contact log types
      CLO 104  - Contact log locations
      ISR 105  - Internet Service Request
      IBT 106  - Item batch numbers
      ALI 107  - Alternative Items
      PRT 108  - Partners
      CMT 109  - Competitors
      UVV 110  - User valid values
      FPR 111  - Finance period
      DRF 112  - Document draft
      SRD 113  - Internal manage of SRI and IBT
      UDC 114  - User display categories
      PVL 115  - Pelecard Vendors List
      DDT 116  - Deduction at source - Terraces
      DDG 117  - Deduction at source - Groups
      UBR 118  - Users - Branch
      UDP 119  - Users - Departments
      WST 120  - Workflow - Steps
      WTM 121  - Workflow - Templates
      WDD 122  - Workflow - Documants
      CHD 123  - Check out drafts
      CINF 124  - Company info
      EXD 125  - Expenses definition
      STA 126  - Sales Tax Authorities
      STT 127  - Sales Tax Authorities Type
      STC 128  - Sales Tax Code
      CRY 129  - Countries
      CST 130  - States
      ADF 131  - Address format
      CIN 132  - Correction Invoice
      CDC 133  -Cash Discount
      QCN 134  - User Querry Category Names
      IND 135  -VAT Indicator EC
      DMW 136  -Data Migrate Wizard Pacages
      CSTN 137  -Station Id
      IDC 138  - Indicator
      GSP 139  - Goods Shipment
      PDF 140  -payment draft
      QWZ 141  - Query Wizard
      ASG 142  - Account Segmantation
      ASC 143  - Account Segmantation Categories
      LCT 144  - Location
      TNN 145  - 1099
      CYC 146  - Cycle
      PYM 147  - Payment Method
      TOB 148  - 1099 Begining Balances
      RIT 149  - Dunning Interest Rate
      BPP 150  - BP Priorities
      DUN 151  -
      UFD 152  - User Fields - Descr.
      UTB 153  - User Tables
      CUMI 154  - User Menu
      PYD 155  - Payment run
      PKL 156  -
      PWZ 157  - Payment Wizard
      PEX 158  - Payment Results Table
      PYB 159  - Payment Block
      UQR 160  - Queries
      CBI 161  - Central bank ind
      MRV 162  - Material revaluation [was: SST]
      CPI 163  - Correction A/P Invoice [was: SLT]
      CPV 164  - Correction A/P Invoice Reversal [was: CTR]
      CSI 165  - Correction A/R Invoice [was: SCL]
      CSV 166  - Correction A/R Invoice Reversal [was: SCO]
      SCS 167  - Service Call Status
      SCT 168  - Service Call Type
      SCP 169  - Service Call Problem Type
      CTT 170  - Contract Template
      HEM 171  - Employees
      HTY 172  - Employee Types
      HST 173  - Employee Status
      HTR 174  - Termination reason
      HED 175  - Education Types
      INS 176  - Install Base
      AGP 177  - Agent Person
      WHT 178  - Withholding Tax
      RFL 179  - 347, 349 and WT reports previously displayed
      VTR 180  -
      BOE 181  - Boe for Payment
      BOT 182  - Bill Of Exchang Transaction
      FRM 183  - File Format
      PID 184  - Period Indicator
      DOR 185  - Doubtful Receivables
      HLD 186  - Holiday Table
      CRB 187  - Bessiness Partner - Bank accounts
      SST 188  - Service Call Solution Status [was: 162]
      SLT 189  - Service Call Solutions [was: 163]
      CTR 190  - Service Contracts [was: 164]
      SCL 191  - Service Call [was: 165]
      SCO 192  - Service call origin [was: 166]
      UKD 193  - User Keys Descr
      TSI 280  - A/R Tax Invoice
      TPI 281  - A/P Tax Invoice
      TXD 282  - A/R Tax Invoice - Drafts
      CCD 283  - Cargo Customs Declaration [was: 196]

  • Creating template does not include table

    I am trying to create a template from
    www.floridashuffler.com
    All is fine except the background image in the table at top (has the words florida shuffleboard in it) does not show in the template. The menu gets included fine and so dies the florida flag and shuffleboard symbol just not the picture with the words in it.
    Can someone tell me why and how I fix it?
    I gave up on the flash menu now this one seems to work in IE and Firefox so I need the temoplate to continue moving along
    thanks

    hey murray,
    Here is the code, when I create a page from the template everything is 
    ok except the image from the class="backgrioundimagelogo" is missing
    thanks
    bob
    Home Page
    FSA
    FSA Website
    FSA Directors
    FSA Districts
    Central Eastcoast
    Central
    Northern
    Southeast
    Southern
    Southwest
    Westcoast
    Clearwater Club
    News
    CSC Board
    CSC Members
    CSC Members A - F
    CSC Members G - H
    CSC Members I - O
    CSC Members P - Z
    2009 - 2010 Tournament Schedule
    Slideshows
    Clearwater 2008
    Pinellas Park 2008
    Clearwater 2009
    Bradenton 2009
    Golf Lakes 2009
    Pinellas Park 2009
    Tournament of Champions 2009
    WCD Masters 2009
    WCD Masters Pro Men
    WCD Masters Pro Women
    WCD Masters State Amateur
    WCD Masters District Amateur
    <!-- TemplateBeginEditable name="content" >content<! 
    TemplateEndEditable -->
    </html

  • Need to include Table Control in Tabstrip (which is present in selection sc

    Hi Friends,
    I have a tab strip in my selection screen. I need to include a Table control in one of the tab of the tab strip. Is it possible? If yes How to do that?
    Note: I cant use a module pool program.
    Regards,
    Sudheer

    Hi ,
        We can do that.
    You have created the Tab strips in Module Pool program.Select that tab Place the table control in your tabstrips.Assign the Table control name to the table control.
    In this program We have a field in selection screen When we submit the screen the tabstrip will come and using with in that we table controls.we filled that table controls.
    include zsalesordertop                          .    " global Data
    tables: zstr_vbak,zstr_vbap,zstr_vbep.
    data:ok_code type sy-ucomm,
         ok_cod type sy-ucomm,
         l_vbeln type vbak-vbeln,
         no_rows1 type i,
         no_rows2 type i,
         no_rows3 type i.
    data: itab1 type table of zstr_vbak,
          wa1 type  zstr_vbak,
          itab2 type table of zstr_vbap,
          wa2 type  zstr_vbap,
          itab3 type table of zstr_vbep,
          wa3 type  zstr_vbep.
    *&      Module  STATUS_0100  OUTPUT
          text
    module status_0100 output.
      set pf-status 'BACK'.
    SET TITLEBAR 'xxx'.
      case ok_code.
        when 'BACK'.
          leave program.
      endcase.
    endmodule.                 " STATUS_0100  OUTPUT
    *&      Module  STATUS_0101  OUTPUT
          text
    module status_0101 output.
      set pf-status 'EXIT'.
    SET TITLEBAR 'xxx'.
      case ok_cod.
        when 'EXIT'.
          leave program.
        when 'TAB1'.
          tabstrip-activetab = 'TAB1'.
        when 'TAB2'.
          tabstrip-activetab = 'TAB2'.
        when 'TAB3'.
          tabstrip-activetab = 'TAB3'.
      endcase.
    endmodule.                 " STATUS_0101  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
          text
    module user_command_0100 input.
      case ok_code.
        when 'SUBMIT'.
          if l_vbeln is not initial .
            select vbeln erdat erzet ernam angdt bnddt audat vbtyp trvog auart from vbak into table itab1 where vbeln = l_vbeln.
            if itab1 is not initial.
              select vbeln posnr matnr matwa pmatn charg matkl arktx pstyv posar from vbap into table itab2 for all entries in itab1 where vbeln = itab1-vbeln.
              select vbeln posnr etenr ettyp lfrel edatu ezeit vrkme from vbep into table  itab3 for  all entries in itab1 where vbeln = itab1-vbeln.
            else.
              message i000(000) with 'no data in item and schedule information table'.
            endif.
          else.
            message i000(000) with 'not allowed'.
          endif.
      endcase.
    endmodule.                 " USER_COMMAND_0100  INPUT
    *&      Module  STATUS_1101  OUTPUT
          text
    module status_1101 output.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
      describe  table itab1 lines no_rows1.
      tablecontrol1-lines = no_rows1.
    endmodule.                 " STATUS_1101  OUTPUT
    *&      Module  STATUS_2101  OUTPUT
          text
    module status_2101 output.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
      describe  table itab2 lines no_rows2.
      tablecontrol2-lines = no_rows2.
    endmodule.                 " STATUS_2101  OUTPUT
    *&      Module  STATUS_3101  OUTPUT
          text
    module status_3101 output.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
      describe  table itab3 lines no_rows3.
      tablecontrol3-lines = no_rows3.
    endmodule.                 " STATUS_3101  OUTPUT
    *&      Module  FILL_TABLECONTROL1  OUTPUT
          text
    module fill_tablecontrol1 output.
      read table itab1 into zstr_vbak index tablecontrol1-current_line.
    endmodule.                 " FILL_TABLECONTROL1  OUTPUT
    *&      Module  FILL_TABLECONTROL2  OUTPUT
          text
    module fill_tablecontrol2 output.
      read table itab2 into zstr_vbap index tablecontrol2-current_line.
    endmodule.                 " FILL_TABLECONTROL2  OUTPUT
    *&      Module  FILL_TABLECONTROL3  OUTPUT
          text
    module fill_tablecontrol3 output.
      read table itab3 into zstr_vbep index tablecontrol3-current_line.
    endmodule.                 " FILL_TABLECONTROL3  OUTPUT
    Include zsalesordertop
    program  zmodule_pool_salesorder.
    controls tabstrip type tabstrip.
    controls tablecontrol1 type tableview  using screen '1101'.
    controls tablecontrol2 type tableview using screen '2101'.
    controls tablecontrol3 type tableview using screen '3101'.
    Sure this will help you.
    Please reward points if it helps to you.
    Thanks,
    Swapna.

  • Dynamic/included table cell content - is it possible in JSF ?

    Folks !
    There is one killer JSP feature I seem to be missing in JSF dataTable components (I have tried Tomahawk also):
    Basically, I am looking to do something like this:
    <f:facet name="header">
    <jsp:include page="detail.jsp" flush="true"/>
    </f:facet>
    Reason ? I would like to reuse detail.jsp content in more than one places and don't want to duplicate same code.
    This is specially the case when you are using a detail row (from Tomahawk or Trinidad) that spans across all columns
    <f:facet name="detailStamp">
         <jsp:include page="detail.jsp" flush="true"/>
    </f:facet>
    If not regular JSP, is it possible to do this somehow in Facelets ?
    thanks,
    -Sanjay

    Sorry, I failed to note that "detail.jsp" is not static content but actually uses the "row" variable of the datatable.
    Since includes are processed seperately from taglib rendering at runtime, detail.jsp fails with error as it doesn't see the row variable null at run time.
    thanks,

  • Please advise: if it's possible to include a table control in step loop

    Dear Gurus,
    Currently, our user want to output a result list after calling BAPI: BAPI_BILLINGDOC_CREATEMULTIPLE.
    Because this BAPI could create multiple invoices, and the result is asked to be displayed in a special format (both header information and item information). I just think if it is possible that make the header(text boxes) and item (table control ) in to a step loop.
    Could you please kindly advise?
    Thanks & Regards

    Dear all,
    As I tried, it is not possible to include table control or subscreen area in the step loop.

  • How to include a table multiple times in InfoSet Query

    Hi,
    Is it possible to include a table more than once in an InfoSet Query, I created an InfoSet Query and Include Table A, then included Table B now i want to join Column 1 and 3 of Table A to be join with column1 of Table B, in other words, Table B is a Master data table, and Table A is a transaction data table, how this can be acheived.
    Thanks
    Akila. R

    You cannot achieve this.
    Instead, compound the column 1 with column 3 info objects and create join with Table B.
    This will result in same intended functionality.

  • IMPDP Include multiple tables

    Hi Guys,
    I've more than 300 tables and i want to import only those tables from USER_TABLES  where  TABLE_NAME LIKE '%MASTER%' OR TABLE_NAME LIKE '%SETUP%'
    i m getting the below error while doing so. kindly help
    $ impdp system/*****@***** dumpfile=datapump_dir:omr-expdp-20131030.dmp logfile=datapump_dir:omr-impdp-20131107.log schemas=abcde INCLUDE=TABLE:\"LIKE \'%MASTER%\' , \'%SETUP%\'\"
    Import: Release 10.2.0.4.0 - 64bit Production on Thursday, 07 November, 2013 12:49:39
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    ORA-39001: invalid argument value
    ORA-39071: Value for INCLUDE is badly formed.
    ORA-00933: SQL command not properly ended
    $  impdp system/*****@***** dumpfile=datapump_dir:omr-expdp-20131030.dmp logfile=datapump_dir:omr-impdp-20131107.log schemas=abcde \
    > INCLUDE=TABLE:\"in \(select TABLE_NAME from USER_TABLES  where TABLE_NAME LIKE \'%MASTER%\' or TABLE_NAME LIKE \'%SETUP%\'\)\"
    Import: Release 10.2.0.4.0 - 64bit Production on Thursday, 07 November, 2013 12:33:39
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    ORA-31655: no data or metadata objects selected for job
    Master table "SYSTEM"."SYS_IMPORT_SCHEMA_02" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_SCHEMA_02":  system/********@***** dumpfile=datapump_dir:omr-expdp-20131030.dmp logfile=datapump_dir:omr-impdp-20131107.log schemas=abcde INCLUDE=TABLE:"in (select TABLE_NAME from USER_TABLES where TABLE_NAME LIKE '%MASTER%' or TABLE_NAME LIKE '%SETUP%')"
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Job "SYSTEM"."SYS_IMPORT_SCHEMA_02" successfully completed at 12:34:20

    Data Pump Export
    INCLUDE=TABLE:"LIKE %MASTER%'"
    Ramin Hashimzade

Maybe you are looking for

  • I upgraded to Lion, Excel won't open, and what is "Solver" found in the "Launchpad"?

    I upgraded to Lion last night, I have Mac OX X 10.7.1 and all other Microsoft Office products (Word & PowerPoint) work just fine, but within the "Launchpad" of Lion, there is an icon called "Solver).  When I click on it, the Excel - icon opens up but

  • In iOS 7.0.2, Appstore updates can not see updated apps

    Hi. i am using iPhone 4S with iOS 7.0.2. I am updating some apps when updates comes but when i look notification center , some times i can see updated apps in notification center and the problem is Appstore updates can not see in all items .And some

  • Tree control tip strip for each item

    In tree control is possible set a Tip strip for each item (node) of tree? In tree control  tipStrip property seems relative to all tree. Thanks all.

  • How to source a database .env file?

    I know there is envshell.cmd under APPL_TOP so when I run it create envrionment for Application tier. But I do not see envshell.cmd under RDBMS_HOME, so how can I source database .env file?

  • IChat shuts down when attempting video chat or preferences...

    When I invite someone to video chat, or someone invites me, the green iSight light comes on and then chat shuts down completely. This also happens when I try to go to my chat preferences. I get this message: Application Specific Information: * Termin