Save a table in Oracle R12

Dear members,

Are the steps to save a table in Oracle R12 is identical to the one off Oracle 11i?

I want to say can we use the same ADD_DD package and record all custom tables and their corresponding columns?

Can someone please shed some light on this.

Thanks in advance.

Yes - same as in 11i - pl see the documentation - http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T303920.htm#I_sx2Daoltabl

HTH
Srini

Tags: Oracle Applications

Similar Questions

  • difference in size of the Table in oracle and timesten

    Hi all


    I have a large table with 2 million records,

    I see no big difference in the size of the table in oracle and Timesten
    In oracle table size to 4 GB, but in Timesten is arround 15 GB (using ttSize for 2 M lines)

    Could you please tell me what could be the cause of this difference?
    Is the size of the table in Timesten is always more than oracle?
    What are the factors and parameters affecting the size of Perm?

    It is typical for the storage needs for a DataSet to be significantly larger in TimesTen in Oracle. This is due to the Organization of the very different internal storage in TT from Oracle; Oracle is optimized to save space while TT is optimized for performance.

    Ways to minimize these costs are:

    1. make sure you use TimesTen 11.2.1. This has some characteristics compare compact (minor) and earlier versions.

    2 assess the use of numeric types; native types TimesTen (TT_TINYINT, TT_SMALLINT, TT_INTEGER and TT_BIGINT) use less space than MANY and longer by the effective calculation as well.

    3. check use of data of variable length (VARCHAR2, VARBINARY, NVARCHAR) and the trade-offs between online and online storage (see documentation for the compromise between these options stirage TT).

    Even when you use the foregoing, you will still see a storage important "inflation" for TT from Oracle.

    Chris

  • How can I save a table 1 d of waveforms in excel

    How can I save a table 1 d of waveforms in excel. The picture is from a vi that reads and graphic a wav. file

    Hi Navident,

    Before you create the excel worksheet do not forget, you cannot configure Excel to exceed the limit of 65 536 rows and 256 columns in Microsoft Office Excel 2003. I hope that the HRT help for you

    .

    Siva

  • In my table there are some values as inf and Nan, before to save my table I want to eliminate these values. How can I do this?

    In my esperiments I get certain values such as the inf and Nan and I want to eliminate these values before you save my table in a file because then I would take the average of those values that are stored in a file

    How can I do this?

    Thank you

    Here's a quick example:

    Make sure you use not A number/path/Refnum? Function, because direct comparisons with for example a diagram NaN constant could give surprising (for some) results. For example, you think you could add a NaN value to the constant table diagram and remove some code, it is not working properly.

    (Of course if you have an older version of LabVIEW, you might not have the conditional tunnel. In such a case, it should be a bit more code in view)

  • Mapping of 12 ODI is a failure loading the table to the table in oracle DB

    Hi Experts,

    I'm starting to ODI, attempts to load data from the Table to the Table in Oracle DB. Source table and target table are in the same PB in different schema

    I created my own work, also agent and master repository.

    Started with the agent, and I could see the status as Planner started for referential work * on Agent OracleDIAgent1.

    Created the agent in topology and successfully tested.

    Created data and connections physical schema of the source and target servers, Test connection is successful.

    Created the context and logical schema defined for the source and the target.

    Mapped to the corresponding physical schema context.

    Diagram logical and physical mapping is accomplished in the context.

    Created for source and target models, able to view the data in the source model.

    Created a simple map and put in source and target component context.

    LKM selected as LKM SQL for SQL

    Select IKM as IKM Oracle Insert.GLOBAL

    After execution, the mapping is a failure with the error below

    Drop table work - LKM SQL for SQL

    ODI-1222: start failure on agent edge internal: logical schema * is not found in the main repository.

    Create the table work - LKM SQL for SQL

    ODI-1222: start failure on agent edge internal: logical schema * is not found in the main repository.

    ODI-1222: start failure on agent edge internal: logical schema * is not found in the main repository.

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.getSrcDataServer(AbstractSessionTask.java:1646)

    at oracle.odi.runtime.agent.execution.interpreter.SessionTaskCodeInterpreter.codeInterpretation(SessionTaskCodeInterpreter.java:132)

    at oracle.odi.runtime.agent.execution.interpreter.SessionTaskCodeInterpreter.codeInterpretation(SessionTaskCodeInterpreter.java:80)

    at oracle.odi.runtime.agent.execution.SessionTask.createTaskLog(SessionTask.java:324)

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:821)

    to oracle.odi.runtime.agent.execution.SessionExecutor$ SerialTrain.runTasks (SessionExecutor.java:2024)

    at oracle.odi.runtime.agent.execution.SessionExecutor.executeSession(SessionExecutor.java:562)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:718)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:611)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:203)

    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doProcessStartAgentTask(TaskExecutorAgentRequestProcessor.java:800)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 1400 (StartSessRequestProcessor.java:74)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:702)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:180)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:108)

    at java.lang.Thread.run(Thread.java:722)

    Please help me with the problem above,

    Thanks in advance.

    Kind regards

    Srikanth

    Hi Srikanth,

    It is usually better to create a separate scheme for the scheme of work, but you can keep the data and schema of work even. Also in your error log, the error should now be to the right of the IKM? No LKM. Try changing the logical schema name and see if it works.

    Thank you

    Ajay

  • How can I add data file to an existing table on Oracle RAC ASM with no OMF? Thank you!

    How can I add data file to an existing table on Oracle RAC ASM with no OMF? Thank you!

    Hello

    So I guess you have some files in ASM, see your first existing file structure

    Select file_name

    from dba_data_files;

    and to add to an existing table, the example below (even if you're better sticking with OMFs!)-is that what you are looking for?

    SQL > create tablespace TEST1

    2 datafile '+ DATA' size 1 M;

    Created tablespace.

    SQL > select file_name in dba_data_files;

    FILE_NAME

    --------------------------------------------------------------------------------

    +Data/orcl2/datafile/users.259.859820983

    +Data/orcl2/datafile/undotbs1.258.859820983

    +Data/orcl2/datafile/SYSAUX.257.859820983

    +Data/orcl2/datafile/system.256.859820981

    +Data/orcl2/datafile/example.269.859821049

    +Data/orcl2/datafile/Test1.271.859843053

    6 selected lines.

    SQL > alter tablespace TEST1

    2 Add datafile ' + DATA / mynewfile01.dbf ' size 2 m;

    Tablespace altered.

    SQL > select file_name in dba_data_files;

    FILE_NAME

    --------------------------------------------------------------------------------

    +Data/orcl2/datafile/users.259.859820983

    +Data/orcl2/datafile/undotbs1.258.859820983

    +Data/orcl2/datafile/SYSAUX.257.859820983

    +Data/orcl2/datafile/system.256.859820981

    +Data/orcl2/datafile/example.269.859821049

    +Data/orcl2/datafile/Test1.271.859843053

    + DATA / mynewfile01.dbf

    Thank you

  • Install Oracle R12.1.1 with database R11.2

    Dear Experts,

    When you install Oracle R12.1.1, the database version shipped with it is 11.1.0.7, is if there is a way to install Oracle R12.1.1 with DB R11.2 directly without needing to upgrade DB of 11.1 to 11.2 after installation?

    Kind regards

    Ahmad,

    Hi, Ahmed.

    You must manually set the following:

    The ORACLE_BASE environment variable must be set accordingly.

    The ORACLE_HOME environment variable points to the new 11.2.0 Oracle home.

    The PATH environment variable includes $ORACLE_HOME/bin and the directory where the new perl executable is located (usually $ORACLE_HOME/perl/bin).

    The LD_LIBRARY_PATH environment variable includes $ORACLE_HOME/lib.

    The $perl5lib environment variable points to the directory where the new perl libraries (usually $ORACLE_HOME/perl/lib / [perl version] and $ORACLE_HOME/perl/lib/site_perl / [perl version])

    So, here's what you need to do:

    -Open a new terminal

    -Env variables set as follows:

    $ export ORACLE_BASE =

    $ export ORACLE_HOME =

    $ export PATH = $ORACLE_HOME/bin: $PATH

    $ export LD_LIBRARY_PATH = $ORACLE_HOME/lib

    $ export $perl5lib =

    Once you set the env variables, issue "env | ranking"to check.

    And, "what sqlplus" should be referred to the $11.2.0.4 ORACLE_HOME/bin/sqlplus

    Thank you

    Hussein

  • Ongoing replication of the selected tables from Oracle to SQL Server

    Hi all

    How can we replicate selected tables to Oracle 11 g for SQL Server 2008/2012?

    Is GoldenGate the only option

    No matter who did it before or have the steps to do it?

    Thank you

    Define "replicate".

    If you have no budget, you can open a connection directly from SQL Server to Oracle, or vice versa. In Oracle, they are called links DB; in SQL Server, they are called "linked servers".

    Datanamic also have tools that claim to do the cross-DB replication. I have no experience with them and is not an endorsement - I know they exist.

  • How to get the pages Web JSP SQL queries in oracle R12

    Hi all 2

    Does he know that SQL getting executed queries from Web JSP pages in oracle R12.


    Kind regards

    Lavenu

    There should be a link on bottom of 'about this Page', click on and objects of view all the components business/reference
    Lists the view objects that are used on the page... Select these links & will show the SQL query
    Thank you

  • I want to know when we issue statement truncate table in oracle.

    I want to know when we issue statement truncate table in oracle. No newspaper will be write in the redo log. But we can recover data using flashback or SNA. I want to know where the actually truncate table statement log is stored in the oracle database. Please explain to me in detail step by step.

    >
    I understand your SNA. But I want to know where the truncate statement stored log. But in the redo log, no entry for truncate.but I want to go which connect there is no market value back...
    >
    If you are still wondering after getting the answer so you don't "understand".

    You have received the reply above. Archive of flashback stores data.

    See the link provided above to CREATE an ARCHIVE of FLASHBACK in the doc of SQL language
    http://docs.Oracle.com/CD/E11882_01/server.112/e26088/statements_5010.htm
    >
    TABLESPACE clause

    Specify the table space where the data archived for this flashback data archive referring to be stored. You can specify that a tablespace with this clause. However, you can then add tablespaces to archive flashback with a statement ALTER FLASHBACK ARCHIVE database.
    >
    The data is moved to storage of archives and restored from there when you query for archive flashback.

  • Oracle R12 assets journals

    Hello

    I would like to ask about the logs created in oracle r12

    1. when I create invoice to purchase assets

    Dr. Asset Clearing USD 1 037
    CR AP/responsibility USD 1 037

    -Added mass creates
    -Added mass create report

    2. when I post the asset in adding mass Post

    Dr. depreciation asset costs USD 1 037
    Asset Clearing $ 1, 037 CR

    My question is why the depreciation in debet charges? not asset cost (acquisition cost)?

    Thank you

    Hello

    you're right, the entries you view is incorrect, make sure that you do not use no matter what generator account or SLA rules to override how the accounting is done in default way...
    the entries are created in the below mode normally...

    (1) in accounts payable, when you create an invoice for the asset...

    Debit asset xxx compensation account
    Credit AP video conferencing account xxx

    (2) assets, when complete you the process of adding mass and the asset is created successfully, you must perform create the accounts for the operation, the system generated entry would be...

    Debit the account of the COST of the Asset xxxx
    Credit account assets xxxx compensation

    (3) asset, when you run depreciation during month-end system would generate below entries...

    Debit account XXXX amortization expenses
    Credit account accumulated depreciation xxxx

    Kind regards
    Ivruksha

  • Is it possible to save a table in Photoshop (which has been created in InDesign) without text fuzzy?

    I am trying to save a table in Photoshop that was created in InDesign for web use. When I save it as a png (cannot save in pdf or jpeg the limitations of our company Web site), the text appears blurred (pixelated?). Is this because the table is flattened/pixelated?

    Is there a different adobe product that can be used to avoid what is happening? The company that built our Web site is a style editor that has limited capabilities. We tried using the website editor for creating tables; However, the Editor doesn't have the flexibility and the ease of use that comes with InDesign. That's why we opted to create the tables in Indesign.

    To download the table in the editor, the file should be saved as a png image, that's why we create in InDesign and then by saving the table in Photoshop.

    Any ideas?

    Thank you very much for the help!

    Tracy

    Yes, export while in InDesign.  Make sure save you it in png-24 format and not a png-8 (transparency).  Also, make sure that you do not have your visible background layer when you save it in Photoshop.  You should see the grid in Photoshop which denotes a transparent background when you save it.

  • I am new to FDQM I need to connect from the table Source 'Oracle '...

    This is the first time for me to do this, you have any Document to the connection on the Source table in Oracle, to any table target using FDQM
    is it valid?
    If valid how can I make the integration with FDQM...?
    I called ODI,
    Can be defined from any source to any target,
    In FDQM I can set to take data from the Source of the table is Oracle to load in the EPM or any target system.

    Published by: Joe on December 10, 2011 19:52

    Please refer to paragraph "Example of Script integration" on page 200 of the FDQM 11.1.2 administration guide.
    This example connects to a SQL Server table (you may have to tweak it a little so you can connect to Oracle table), but the example can give you a good impression of what is necessary to establish a direct link.
    Kind regards
    Jeroen

  • Configure the EMCA in oracle R12

    EMCA - config dbcontrol db-rest recreate

    EMCA STARTED 12 Aug 2011 14:36:52
    Configuration MS Assistant, Production of the Version 11.1.0.7.0
    Copyright (c) 2003, 2005, Oracle. All rights reserved.

    Enter the following information:
    SID of the database: *.
    Headphone port number:
    User SYS password:
    User DBSNMP password:
    SYSMAN user password:
    SYSMAN user password: Email address for notifications (optional):
    Server of Mail (SMTP) out for notifications (optional):
    -----------------------------------------------------------------

    You specified the following settings

    Database ORACLE_HOME... /***/db/tech_st/11.1.0

    Local hostname... < host name >
    Number of headphone port... 1581
    Database SID... PATCH
    Email address for notifications...
    Server of Mail (SMTP) out for notifications...

    -----------------------------------------------------------------
    Do you want to continue? [yes (Y) (N) /no]: y
    Sep 12, 2011 14:37:22 oracle.sysman.emcp.util.EMCALogManager addLogFileInternal
    WARNING: Adding log file /***/db/tech_st/11.1.0/cfgtoollogs/emca/PATCH/emca_2011_09_12_14_37_22.log impossible. Messages will not be saved in this file.
    Sep 12, 2011 14:37:22 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is currently logged in / * / db/tech_st/11.1.0/cfgtoollogs/emca/PATCH/emca_2011_09_12_14_37_22.log.
    Sep 12, 2011 14:37:24 oracle.sysman.emcp.EMConfig perform
    GRAVE: Listener is not up. Start the listener and rerun the wizard of Configuration of EM.
    See the file journal at /***/db/tech_st/11.1.0/cfgtoollogs/emca/PATCH/emca_2011_09_12_14_37_22.log for more details.
    Unable to complete the configuration. See the file journal at /***/db/tech_st/11.1.0/cfgtoollogs/emca/PATCH/emca_2011_09_12_14_37_22.log for more details


    ==============================================================================

    My problem is that

    I have a database of cloned... when I'm lance the emca command (drop or recreate) it takes old path of the instance to the location of the log...

    1. I want to set the location of the log of the current cloned instance.

    4: Configure an emca on my instance cloned on my oracle R12


    but the cloned instance works fine...

    Published by: user8967004 on 27 Sep 2011 03:29

    Hello

    Have you checked the document

    DBConsole creation fails with the error: "WARNING: logfile... adding / emca_.log failed" [1277002.1 ID]

    Thank you

  • Day of the history tables track Oracle HRMS &amp; discoverer

    Hello experts,

    I will be happy if someone can help through. I am elaborating the report SAY end of audit following any changes entered by data entry officers, regardless of the date of entry in. Mainly of the person and the assignment form.

    Is there anyway that I can include the date / time of change fact/status updated. Is the index "actual date"?

    for example, there is a change of employment - organization 'Global Operations' organization 'domestic Application. The change is supposed to be beginning from 05/02/2011, but I'm in action 18/04/2011. Similar to past events - if I do date on caterpillars change assignment suppose to be effective from 04/04/2011.

    How can I stay in a report. I have just the FINAL of Discoverer10g user license rights. (Oracle R12)

    Thank you very much.

    Hi Neha
    No problem. When you get a chance, could you please tag my answer as being correct so that it will help others?

    Best wishes
    Michael

Maybe you are looking for

  • Necessary recovery partition? (Find my Mac)

    Hello when I try to turn on find my mac I see this... No idea why this is happening and how I can fix this problem? I use the most recent vs El Capitan on a late 2011 Macbook Pro. All help save me a trip to the store is much appreciated.

  • Need help. HP dv6 2090er. Update module Wi - fi

  • Weather gadgets on sidebar

    is there a weather gadgets maxium number allowed on Sidebar?  Currently I have 3, but can't seem to add more...

  • Where are stored the new downloaded themes?

    I want to download a large number of new themes, but I want to save them.  The last time I spent several hours of downloading about 60 of them.  Then, I had to re - install Wiindows and lost all of them.  I just downloaded (1) theme to see if I could

  • No network adapter found error message.

    After installing the latest updates, I have to restore to an earlier date due to the error 'no found network card '.  After doing this several days, I found that the recommended update KB2913431 is the problem.  I tried all the other tips given to ot