Cloning of tables

how to clone a table? thanks

hi Naveen,
Refer to these related threads
Re: Need help for Table copy
How can I copy a table?
Regards,
Santosh

Similar Messages

  • How to make column heading in a table cross multiple pages

    I have a large table that crosses over to a second page.  I would like the column headings to be displayed on the second page.  Is this possible and how to do it?

    Heading rows are automatically cloned to table continuations.
    if you aren't seeing heading rows on subsequent pages (and you can tell because you can see them but you can't edit them there), the usual reason is that what appear to be heading rows on the first page are just body rows with heading paragraph formats.
    If all real heading rows have been deleted, it's usually easiest to just create a new table with heading rows and copy the content over.

  • Inconsistent IO Wait Time

    I'm trying to comprehend why oracle seems to more efficiently table scan a table when it has more rows than when it has less.
    I have run a bunch of queries against the database, and I have tracked their wait events stats.
    And it seems that this ratio:
    ReacorsPerWait = #records/ wait_time,
    where db_file_scattered_read is the most significant wait event by a lot
    This Ratio simply Increases on and on, although the rate of increase grows eventually slower.
    Namely, this ratio is practically the same when the relatio changes from 25 Million tuples to 125 Million tuples. But
    before reaching that ratio threshold, the ratio increases quite significantly from test to test.
    (From 0.2 Million to 1 million, to 5 million and to 25 Million...
    It increases way too fast. I get changes in rate of more than 40%)
    I just cannot make any sense of this performance change, If the number of records is increasing by 5 the IO time should also be increasing by 5.
    What I have tried to do to fix this at some constant rate was: set the db_multiblock_read_count at some constant value. I set it up to like 10 MB. (10* 1024 KB / 8 KB)
    But the results are the same, with or without a fixed multiblock read count, Oracle IOs faster when the relation is bigger. What is the cause of this? Any Ideas.
    Another interesting thing is that the Cache Hit Ratio is reducing as the IO speed is increasing.
    But the number of physical reads increase proportionately (times 5). I thought that this migh be explained because Oracle might Use larger Multi Block Reads when the relation was larger - or something like that.
    But now I know that that cannot be the reason.
    (By the way: this change in rate could be explained - partially - in the tests from 0.2Million to 1 million due to other wait time like reading control file, which is significant for small examples. But from 1 Million oward, approximately 99% of the wait time is doing the db file scattered read)
    Edited by: sono99 on Nov 4, 2009 4:22 AM
    Edited by: sono99 on Nov 4, 2009 4:30 AM
    Edited by: sono99 on Nov 4, 2009 4:32 AM

    sono99 wrote:
    HI, thank you for trying to help.
    "It's likely that measurements also vary with row size and not just row count ... not to mention half a dozen other features.
    There are a couple of obvious possibilities:"I think that are not likely to be reason of the improvement in IO performance. Sure, I am not saying that standard deviation of row size is 0, but I'd say whichever the STD for the row size is, it will be pretty small.
    To begin with, the table is populated with data generated by a home coocked program.
    The table has like 6 collumns of integer type, none of them has null values.
    If you ask a generic question you get generic answers.
    Your original posting was about "the database", not about "a specific table created on a single disc for test purposes".
    Have you tried cloning the table several times and seeing if the results are consistent across all clones ? There are several possible causes of variation in your case, for example has part of your table has ended up on a less fragmented part of the disc, or on the outer edge of the disc, so that the multiblock reads are more effective, or the disk-level track caching is more effective.
    All sorts of strange side effects can appear when you create single user tests on small machines, and you have to be careful to consider the effects of multi-user activity on "realistic" system when constructing tests. It can be quite difficult to identify the points where a test is not properly representative of the mechanism you are trying to investigate.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    "Science is more than a body of knowledge; it is a way of thinking"
    Carl Sagan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Updating tables in Cloned Database

    I have a cloned of my production database on another server, let say server 2. I will like to, on a weekly basics copy update made to all tables on the production database on server 1 to this cloned database on server 2.
    What is the best way I can go about to accomplish this? Right now I am manually copying table over old table using data pump.
    Any suggestion will be greatly appreciated.

    If it is all of the tables in a set of schemas, then you should be able to do this:
    iexpdp user/password schemas=a,b,c,,... content=data_only ... directory=my_dir dumpfile=my_data_only.dmp
    If you want the data overwritten then you could use:
    impdp user/password directory=my_dir dumpfile=my_data_only.dmp table_exists_action=truncate
    If you have ref constraints you will have to disable those ref constraints.
    If you want to do this in one command and you have a network link created on the target database pointing to the source database then while on the target database issue this command:
    impdp user/password schemas=a,b,c,... directory=my_dir network_link=source_db_link content=data_only table_exists_action=truncate
    This will eliminate the dumpfile, so you don't have to copy it over, and you also can do it in one command.
    Hope this helps.
    Dean

  • Cloned harddrive has unknown partition table

    Hi all,
    I've followed this wiki article on how to clone a full disk: https://wiki.archlinux.org/index.php/Disk_Cloning.
    Specifically:
    dd if=/dev/sdb of=/dev/sdc bs=4096 conv=notrunc,noerror
    The drive itself only has one partition that is encrypted with LUKS.
    dd finished copying everything over so naturally I wanted to verify that everything works as expected on the cloned harddrive.
    Now I've rebooted the machine to make sure that the kernel detects the partition table changes, but there's still something strange going on.
    fdisk -l can see the partition table fine, but parted cannot. Here's the output:
    $ sudo fdisk -l
    Disk /dev/sdc: 931.5 GiB, 1000194400256 bytes, 1953504688 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x36948ce8
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 1953525167 976761560 83 Linux
    $ sudo parted /dev/sdc print
    Error: Can't have a partition outside the disk!
    Model: Samsung M3 Portable (scsi)
    Disk /dev/sdc: 1000GB
    Sector size (logical/physical): 512B/512B
    Partition Table: unknown
    Disk Flags:
    Strange as it is, I can open and mount the encrypted partition and see the files:
    $ sudo cryptsetup open --type luks /dev/sdc1 crypt2
    $ sudo mount -t xfs /dev/mapper/crypt2 /mnt/crypt2/
    $ ls -l /mnt/crypt2/
    I'm using XFS so I wanted to try and run a filesystem check on it. After unmounting the partition I run:
    $ sudo umount /mnt/crypt2/
    $ sudo xfs_repair -n /dev/mapper/crypt2
    Phase 1 - find and verify superblock...
    xfs_repair: error - read only 0 of 512 bytes
    Note that crypt2 is still open and shows up in fdisk -l. So XFS can't find the superblock to check the filesystem but I can somehow still mount it just fine? What am I missing here? I'm sure it's just a stupid oversight on my part, so apologies in advance...
    Oh, here's the output on xfs_repair -n  on the old harddrive:
    Phase 1 - find and verify superblock...
    Phase 2 - using internal log
    - scan filesystem freespace and inode maps...
    - found root inode chunk
    Phase 3 - for each AG...
    - scan (but don't clear) agi unlinked lists...
    - process known inodes and perform inode discovery...
    - agno = 0
    - agno = 1
    - agno = 2
    - agno = 3
    - process newly discovered inodes...
    Phase 4 - check for duplicate blocks...
    - setting up duplicate extent list...
    - check for inodes claiming duplicate blocks...
    - agno = 0
    - agno = 3
    - agno = 1
    - agno = 2
    No modify flag set, skipping phase 5
    Phase 6 - check inode connectivity...
    - traversing filesystem ...
    - traversal finished ...
    - moving disconnected inodes to lost+found ...
    Phase 7 - verify link counts...
    No modify flag set, skipping filesystem flush and exiting.

    Okay so I think I found the problem. I found this link when researching the error that parted threw at me: http://askubuntu.com/questions/48717/ho … tion-table
    And indeed, the new HDD has less sectors than the original, and the first partition ends outside of that.
    $ sudo fdisk -l
    Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x36948ce8
    Device Boot Start End Blocks Id System
    /dev/sdb1 2048 1953525167 976761560 83 Linux
    Disk /dev/sdc: 931.5 GiB, 1000194400256 bytes, 1953504688 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x36948ce8
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 1953525167 976761560 83 Linux
    Since the whole partition is encrypted, I don't want to risk simply resizing the partition. I think I'll just go ahead and make a new partition, encrypt it and copy the files manually. Unless anyone else has some input on this for me?

  • "Cloned" en0 (hardwired Ethernet) in MacBook Pro Routing table -- how to remedy ?

    I have noticed a "cloned" en0 (hardwired Ethernet) in my MacBook Pro's routing-table under Mavericks .
    Instead of listing the IPv4-address, in the Terminal's "netstat -nr" command, the cloned-en0 lists "<Link#4>" .
    I'm in the U.S., but currently the link translates to a U.K. IP-address .
    What is going-on ?

    My "netstat -nr" readout -- the MAC-address has been edited :
    Routing tables
    Internet:
    Destination        Gateway            Flags        Refs      Use   Netif Expire
    default            172.16.0.254       UGSc           39        0     en0
    127                127.0.0.1          UCS             0        0     lo0
    127.0.0.1          127.0.0.1          UH              4   112977     lo0
    169.254            link#4             UCS             0        0     en0
    172.16             link#4             UCS             1        0     en0
    172.16.0.254       xx:xx:xx:xx:xx:xx   UHLWIir        40      554     en0   1130
    172.16.1.10        127.0.0.1          UHS             0        0     lo0
    Internet6:
    Destination                             Gateway                         Flags         Netif Expire
    ::/64                                   link#4                          UC              en0
    ::1                                     ::1                             UHL             lo0
    2404:6800:4001:802::101f                link#4                          UHW3I           en0    372
    2600:807:320:202:8800::c77              link#4                          UHW3I           en0    341
    2600:807:320:202:8a00::eed              link#4                          UHW3I           en0    357
    2600:807:320:202:8f00::236              link#4                          UHW3I           en0    358
    2600:807:320:202:9800::c77              link#4                          UHW3I           en0    341
    2600:807:320:202:9d00::236              link#4                          UHW3I           en0    358
    2600:807:320:202:9d00::eed              link#4                          UHW3I           en0    357
    2600:1400:a::1743:fa8b                  link#4                          UHW3I           en0    365
    2607:f8b0:4004:801::1017                link#4                          UHW3I           en0    381
    2607:f8b0:4004:802::1000                link#4                          UHW3I           en0    351
    2607:f8b0:4004:802::1004                link#4                          UHW3I           en0    352
    2607:f8b0:4004:802::1005                link#4                          UHW3I           en0    363
    2607:f8b0:4004:802::100b                link#4                          UHW3I           en0    361
    2607:f8b0:4004:802::1018                link#4                          UHW3I           en0    362
    2607:f8b0:4004:803::1003                link#4                          UHW3I           en0    354
    2607:f8b0:4004:803::100a                link#4                          UHW3I           en0    364
    2607:f8b0:4004:808::1000                link#4                          UHW3I           en0    359
    2607:f8b0:4004:808::101e                link#4                          UHW3I           en0    352
    2607:f8b0:4004:809::1000                link#4                          UHW3I           en0    359
    2607:f8b0:4004:809::1005                link#4                          UHW3I           en0    368
    2607:f8b0:4004:809::1006                link#4                          UHW3I           en0    367
    2607:f8b0:4004:809::1008                link#4                          UHW3I           en0    357
    2607:f8b0:4004:809::1018                link#4                          UHW3I           en0    367
    2607:f8b0:4004:809::1019                link#4                          UHW3I           en0    359
    2607:f8b0:4009:801::1011                link#4                          UHW3I           en0    360
    2607:f8b0:400d:c03::54                  link#4                          UHW3I           en0    364
    2607:f8b0:400d:c03::5f                  link#4                          UHW3I           en0    360
    2620:101:8008:5::2:1                    link#4                          UHW3I           en0    351
    2a03:2880:f003:b01:face:b00c::1         link#4                          UHW3I           en0    363
    fe80::%lo0/64                           fe80::1%lo0                     UcI             lo0
    fe80::1%lo0                             link#1                          UHLI            lo0
    fe80::%en0/64                           link#4                          UCI             en0
    fe80::21b:63ff:fea5:b71f%en0            0:1b:63:a5:b7:1f                UHLI            lo0
    ff01::%lo0/32                           ::1                             UmCI            lo0
    ff01::%en0/32                           link#4                          UmCI            en0
    ff02::%lo0/32                           ::1                             UmCI            lo0
    ff02::%en0/32                           link#4                          UmCI            en0

  • Will the late 2013 Mac Pro boot from an external drive (4Tb, USB 3) with a cloned Win7 x64 partition on it?

    Hello all,
    I ordered a CTO Mac Pro for heavy rendering and animating work, and I am planning on using bootcamp to install a windows partition (for 3DsMax). As I am now using a HP Elitebook 8770W that has several valuable files and projects on it, I have bought a Seagate 4Tb external Desktop Drive that uses USB 3.0 to use as a backup drive. Now, as I saw that Bootcamp Assistant only supports installing a x64 version of Windows 8, my question is:
    Will a late 2013 Mac Pro using bootcamp assistant boot from an external USB drive with a cloned partition running x64 win7? Or do I really have to buy Windows 8 and install that to my internal SSD, and then use the migration assistant to copy over my projects?
    Thanks!

    Posted? or found in new builds?
    BCA should really just pull whatever the latest drivers are when run. 
    If it is with how it partitions and sets up nMP and its partition for Windows that is another matter and makes sense.
    Some people want UEFI native booting in Windows, and my experieince with that on PCs has been that it boots faster and runs well, but has different partitions that it wants. For one thing, there is now a backup "system reserved" partition, just as Apple GUID has some volume information blocks and backup and areas that were once optional (and if format erase was not able to, it would not create one) are now mandatory.
    Windows 8.1 is req'd, reason a backup should be a big must - is it might overwrite and use another OS's  partition table entries.  Especially when doing UEFI install.
    There was something about which linux OS was safe and how they would each add entries in the table, but one would not place nice.  That one had to be done first or not at all.

  • Can not request reports after cloning process

    hello All,
    I am new in oracle please guide me.
    I have tried to make the process of cloning from dev machine to test machine, but after that the applications in dev machine was not able to request another report.
    With Status: No Manager and phase: Inactive
    we use:
    RDBMS : 10.2.0.2.0
    Oracle Application: 12.0.2(HRMS)
    os: AIX 5.3 (64 bit)
    I previously tried the ways of my search results on the forums and internet
    1. Truncate FND_CONCURRENT_PROCESSES...
    truncate table FND_CONCURRENT_PROCESSES;
    2. Update FND_CONCURRENT_REQUESTS as follows:
    update fnd_concurrent_requests
    set status_code='X', phase_code='C'
    where status_code='T'
    3. Update FND_CONCURRENT_QUEUES.RUNNING_PROCESSES to zero
    update fnd_concurrent_queues
    set running_processes = 0;
    4. restart conccurent managers,and has not succeeded.
    and then I tried another way of information that I got
    1. Stop the Internal Concurrent Manager.
    2. Connect to the database via SQL*Plus as the APPS user.
    3. Execute the following to alter the FNDSM trigger on FND_NODES:
    CREATE OR REPLACE TRIGGER fndsm
    AFTER INSERT OR UPDATE ON FND_NODES <---- ( "OR UPDATE" I do additional)
    FOR EACH ROW
    BEGIN
    if ( :new.NODE_NAME <> 'AUTHENTICATION' ) then
    if ( (:new.SUPPORT_CP='Y')
    or (:new.SUPPORT_FORMS='Y')
    or (:new.SUPPORT_WEB='Y') ) then
    fnd_cp_fndsm.register_fndsm_fcq(:new.NODE_NAME);
    end if;
    if (:new.SUPPORT_CP = 'Y') then
    fnd_cp_fndsm.register_fndim_fcq(:new.NODE_NAME);
    end if;
    end if;
    END;
    4. Cleanup the FND_NODES table by executing the following:
    SQL> exec FND_CONC_CLONE.SETUP_CLEAN;
    5. Run AutoConfig on each node.
    6. Restart the Concurrent Managers. and still does not work.
    if something is missing or wrong from the way I do or there are other ways more appropriate for me to do?
    Thanks,
    Batara

    earlier thanks for your concern and support for you all ,     
    I've run as shown in MOS Doc 134007.1 , but it still does not work, and the clone,
    actually the clone that we do is still in trial and we have not too much concentration to the test instance as the target system, but the problem is that dev instance as the source system should not in fact the configuration changes become problematic,as not requesting another report.
    and this is my next piece of the internal display manager log:
    ========================================================================
    Starting DEV_1111@DEV Internal Concurrent Manager -- shell process ID 725148
    logfile=/u01/oracle/DEV/inst/apps/DEV_hrmdev/logs/appl/conc/log/DEV_1111.mgr
    PRINTER=noprint
    mailto=devmgr
    restart=N
    diag=N
    sleep=30 (default)
    pmon=4 (default)
    quesiz=1 (default)
    Reviver is ENABLED
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Internal Concurrent Manager started : 11-NOV-2009 11:43:06
    Process monitor session started : 11-NOV-2009 11:43:06
    Starting PODAMGR Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /u01/oracle/DEV/apps/apps_st/appl/po/12.0.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact y : 11-NOV-2009 11:43:07
    Starting INVTMRPM Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /u01/oracle/DEV/apps/apps_st/appl/inv/12.0.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 11:43:07
    Starting RCVOLTM Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u01/oracle/DEV/apps/apps_st/appl/po/12.0.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 11:43:08
    Starting FFTM Concurrent Manager : 11-NOV-2009 11:43:08
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager FFTM with library /u01/oracle/DEV/apps/apps_st/appl/ff/12.0.0/bin/FFTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your s : 11-NOV-2009 11:43:08
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Check that your system has enough resources to start a concurrent manager process. Contac : 11-NOV-2009 11:43:11
    Starting STANDARD Concurrent Manager : 11-NOV-2009 11:43:11
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contac : 11-NOV-2009 11:43:11
    Starting STANDARD Concurrent Manager : 11-NOV-2009 11:43:11
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Starting OAMCOLMGR Concurrent Manager : 11-NOV-2009 15:13:32
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager OAMCOLMGR with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Conta : 11-NOV-2009 15:13:33
    Starting INVMGR Concurrent Manager : 11-NOV-2009 15:13:33
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /u01/oracle/DEV/apps/apps_st/appl/inv/12.0.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 15:13:33
    Process monitor session ended : 11-NOV-2009 15:13:33
    please help and guidance
    Regards
    Batara

  • My entire phone got hacked and now I believe there is a cloned phone number who is texting my contacts....very bad things and I don't know what to do....get a new phone?  New number?

    Within the last few months I have gotten several snap shots of conversations from friends that showed it was my phone number but the conversation was not from me.  It was someone using my information but texting frieda, family, and some co workers very obscene things.  But the person was using completely juvenile context and I don't do that at all with my texts.  The worst part was it began becoming such a huge issue when the cloned number or whatever was texting guys stuff and I wasn't the actual person texting.  I got no responses to my phone but I had some very confused friends and even at one point my boyfriend got texts from my number when I was literally sitting next to him and my phone was on the coffee table.  Anyone have any ideas on what I need to do.  I have reset my phone, deleted everything off of it, reset passwords, I don't use location services but I am still having people getting crude messages.  It's to the point now that my very own friends don't talk to me through text or my personal email because they don't know if it is truly me.  Please help!

    Your phone is not hacked however your sim card probably IS cloned.
    YOU need to contact your Mobile Network and local police right NOW !

  • Custom udf is not shown in USR table

    hi all,
    i have created 3 custom udf in oim 11g r2 system console in usr form. and then
    got them displayed in my create, modify and view user page in identity console.
    but i cannot find my custom udf's in the database USR TABLE.
    i followed the following to add in create/modify user page
    ogin->identity url->users->create user->enter values for mandatory fields->click customize->leftTopcorner->View->Source->select area->edit->Click Add Content (on left top)->Data Component catalog->scroll down and select User VO->Refresh dialogue box->select the field and click 'Add'->on dropdown select 'ADF Input test w/label->close that window->Check if it added to create user form->save and close customization
    NOTE: hey mine is a clone environment. I have teseted the above on our original envrionment and there i am able to see the udf created in USR TABLE TOO..
    but not in my cloned evnironment of oim.
    do i need to configure some changes in files.???
    please help.
    thank
    Edited by: 972117 on Jan 29, 2013 5:53 AM
    Edited by: 972117 on Jan 29, 2013 5:54 AM

    login to sysadmin console. click on export option. select metadata and export it. save it at your local machine. now agian login sysadmin at cloned machine and select import option finally select this xml and import it.

  • Unique Error while doing hot backup Cloning!

    Dear All,
    I am using EBS 11.5.10.2 with DB 9.2.0.6.
    I am doing hot backup cloning by referring *[Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=760772.1]*
    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.When I check the FND_NODE table I found that there server id was empty in it.
    I have to run than run the following steps as the resolution:
    1. Shutdown all the services.
    2. EXEC FND_CONC_CLONE.SETUP_CLEAN;
    3. COMMIT;
    4. Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,to repopulate the required system tables.
    5.start all the services and verify the issue.
    Than application behaves normally.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?
    Please suggest,
    Anchorage :)

    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.Where did you get this error?
    This is very strange, how come this happens in Production, when you are doing cloning in TEST/DEV instance.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?I feel there are no other additional steps, as I Recently did successfully hotbackup cloning using the same document.

  • Error while Importing SQL Table's Metadata

    Hi
    I am creating an External defination of category "dbtab". when i try to import the table in 3rd step i get this error.
    "Error occurred while attempting to connect to database".
    I checked the JDBC channel, in the channel getting this error "Error processing request in sax parser: Error when executing statement for table/stored proc. 'metadataRequest' (structure 'statement'): java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Can't start a cloned connection while in manual transaction mode."
    Please help

    Hi,
      Check this discussion.
    Re: JDBC Channel : Connection reset
    Also try setting AutoCommit = true (Check box in the JDBC adapter)
    Regards,
    Ravi Kanth Talagana
    Edited by: Ravi Kanth Talagana on Oct 27, 2009 11:07 AM

  • Problem in cloning of EBS R12

    Hi All,
    I am working in Oracle E-Business Suite Release 12.1.1 at RHEL 64bit Os. I want to switch my EBS R12 set to new machine of same OS.
    for the same i am following the document Cloning Oracle Applications Release 12 with Rapid Clone :406982.1. In this
    section 5. Apply the latest Rapid Clone patches
    For Release 12.1:
    Apply patches as listed in Table 3.b.
    Table 3.b: Release 12.1 Rapid Clone patches
    Patch      Description
    9171651:R12.OAM.B 12.1 RAPIDCLONE CONSOLIDATED FIXES JUL/2010
    9833058:R12.OAM.B HOT CLONE FAILS WITH ORA-00201 DURING RECOVERY MANAGER
    12404574:R12.OAM.B ORACLE_HOME REGISTRATION DOES NOT HAPPEN WITH CENTRAL INVENTORY ON LOZ
    12598630:R12.OAM.B R12.1 ONE-OFF FOR S_DB_LISTENER BUG 12362010
    Now
    in Patch : 9171651 (there is instruction to run these patches)
    Instructions For Applying This Patch
    Preparation Tasks
    The tasks in this section can be completed without taking any Applications services or users offline. Required Code levels This patch requires additional code levels to have been successfully
    applied to your system before it can be applied. These code levels,
    as at the time that this patch was built, are listed below. Please check
    'My Oracle Support' to determine if any of these have been uperseded
    R12.AD.A.delta.4
    R12.TXK.A.delta.4
    when I run the above patch p6767273_R12.AD.A_R12_LINUX.zip it give me error of
    This Patch is not compatible with your current code lines
    This patch is compatible with: entity 'ad' - codeline 'R12.AD.A'.
    Your current on site codeline for the entity 'ad' is: 'R12.AD.B'.
    you should not apply this patch
    As i read in blog the 'A' means that it's for 12.0.x release and the 'B' is for release 12.1.x.
    I am novice in EBS .Pls suggest what to do.
    Thanks in advance.

    You need to apply the Patch first.
    Download p9171651_R12.OAM.B_R12_GENERIC.zip Patch.
    Stop Applications.
    Apply the Patch with adpatch and use driver file u9171651.drv.
    Post steps to be done as listed below as per Patch Readme.
    Description
    This patch must be applied on all the APPL_TOPs.
    If your system is implemented as a Shared Application Tier File System,
    you need to apply this patch only once, on any one of the application
    tier nodes. However, AutoConfig must be executed on all the Nodes.
    This patch can be applied on 12.1 or higher.
    Post Install Steps
    After applying this patch, update all Database Tier Nodes with the code level
    provided by this patch, by performing the following steps :
    1. On the Application Tier (as the APPLMGR user):
    . Source the environment variables for Oracle Applications
    UNIX:
    . ./<APPL_TOP>/APPS<CONTEXT_NAME>.env
    Windows:
    <APPL_TOP>\envshell<CONTEXT_NAME>.cmd
    . Run AutoConfig on the APPL_TOP
    . Execute admkappsutil.pl utility to create the file appsutil.zip
    perl <AD_TOP>/bin/admkappsutil.pl
    This will create appsutil.zip in <INST_TOP>/admin/out
    Note:
    For exact details on how to run Autoconfig and how to create appsutil.zip,
    please refer to Metalink Note 387859.1.
    2. On the Database Tier (as the ORACLE user):
    . Source the environment variables for RDBMS ORACLE_HOME
    UNIX:
    cd <RDBMS ORACLE_HOME>
    . ./<RDBMS ORACLE_HOME>/<CONTEXT_NAME>.env
    Windows:
    <RDBMS ORACLE_HOME>\<CONTEXT_NAME>.cmd
    . Copy or FTP the appsutil.zip file to the <RDBMS ORACLE_HOME>
    . Uncompress appsutil.zip under the <RDBMS ORACLE_HOME>
    cd <ORACLE_HOME>
    unzip -o appsutil.zip
    . Run AutoConfig on the <RDBMS ORACLE_HOME>
    Note:
    For exact details on how to run Autoconfig on the dbTier and how transfer
    the AutoConfig updates from the APPL_TOP to the RDBMS ORACLE_HOME please
    refer to Metalink Note 387859.1, Section 2, Step 3 (Patching AutoConfig).
    3. Re-run adpreclone.pl on the dbTier and appsTier
    Warning:
    Since new updates included on this patch have been applied to the system,
    Adpreclone must be executed again in order to apply them into the clone
    directory structures used during cloning.
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTier
    Note:
    For exact details on how to run adpreclone.pl, please refer to Metalink
    Note 406982.1.

  • [SOLVED] Windows Update not working after Cloning Hard Disk!

    Lenovo T61p with Intel Turbo Memory - Cloning HDD with Advanced Format (4K Cluster) HDD
    I have been beating my head against my desk for the past day trying to figure out the problems I am having.
    I have a Genuine Windows 7 Ultimate Installation
    I cloned my old 100GB HDD onto a 500GB HDD to increase space however after doing so I am unable to update windows, turn windows defender on, or install any Microsoft Products. I am even unable to install WindowsActivationUpdate or Microsoft Security Essentials.
    I have tried many FixIt tools to no avail.
    I have run SFC /SCANNOW
    I have run CHKDSK
    I am stumped.
    ****RESOLUTION****
    After doing some digging I found the solution. Since I had cloned the drive, the old AHCI driver wasn't updating Windows with the correct sector size. Updating the AHCI driver with the latest from Intel solved all the issues I was having.
    **Note**
    Install the Lenovo Driver First -- Reboot
    Lenovo Driver: http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS001676
    Install the AHCI Driver Manually (iaAHCI.inf - Do this in Device Manager) -- Reboot
    Intel AHCI RST Driver: http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=20110
    ***DO NOT INSTALL RST GUI IT WILL REMOVE TURBO MEMORY DRIVERS!!!***
    Windows Update = Working
    Windows Defender = Updating
    Windows Installations = Working
    ****RESOLUTION****
    My MGADiag:
    Diagnostic Report (1.9.0027.0):
    Windows Validation Data-->
    Validation Code: 0x8004FE21
    Cached Online Validation Code: 0x0
    Windows Product Key: *****-*****-9X7JB-XQDHB-C2W6B
    Windows Product Key Hash: Dy1vngm6F92cujl9L9xOYdanfdU=
    Windows Product ID: 00426-292-1299966-85765
    Windows Product ID Type: 5
    Windows License Type: Retail
    Windows OS version: 6.1.7601.2.00010100.1.0.001
    ID: {13F339C5-D5B9-41FD-8A7B-1238231C5332}(3)
    Is Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/A, hr = 0x80070002
    Signed By: N/A, hr = 0x80070002
    Product Name: Windows 7 Ultimate
    Architecture: 0x00000009
    Build lab: 7601.win7sp1_gdr.120503-2030
    TTS Error:
    Validation Diagnostic:
    Resolution Status: N/A
    Vista WgaER Data-->
    ThreatID(s): N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    Windows XP Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    File Exists: No
    Version: N/A, hr = 0x80070002
    WgaTray.exe Signed By: N/A, hr = 0x80070002
    WgaLogon.dll Signed By: N/A, hr = 0x80070002
    OGA Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    OGAExec.exe Signed By: N/A, hr = 0x80070002
    OGAAddin.dll Signed By: N/A, hr = 0x80070002
    OGA Data-->
    Office Status: 109 N/A
    OGA Version: N/A, 0x80070002
    Signed By: N/A, hr = 0x80070002
    Office Diagnostics: B4D0AA8B-604-645_025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3
    Browser Data-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default Browser: C:\Program Files (x86)\Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: Prompt
    Download unsigned ActiveX controls: Disabled
    Run ActiveX controls and plug-ins: Allowed
    Initialize and script ActiveX controls not marked as safe: Disabled
    Allow scripting of Internet Explorer Webbrowser control: Disabled
    Active scripting: Allowed
    Script ActiveX controls marked as safe for scripting: Allowed
    File Scan Data-->
    File Mismatch: C:\Windows\system32\wat\watadminsvc.exe[7.1.7600.16395], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\wat\watux.exe[7.1.7600.16395], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\sppobjs.dll[6.1.7601.17514], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\sppc.dll[6.1.7601.17514], Hr = 0x800b0100
    File Mismatch: C:\Windows\system32\sppcext.dll[6.1.7600.16385], Hr = 0x800b0100
    File Mismatch: C:\Windows\system32\sppwinob.dll[6.1.7601.17514], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\slc.dll[6.1.7600.16385], Hr = 0x800b0100
    File Mismatch: C:\Windows\system32\slcext.dll[6.1.7600.16385], Hr = 0x800b0100
    File Mismatch: C:\Windows\system32\sppuinotify.dll[6.1.7600.16385], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\slui.exe[6.1.7601.17514], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\sppcomapi.dll[6.1.7601.17514], Hr = 0x800b0100
    File Mismatch: C:\Windows\system32\sppcommdlg.dll[6.1.7600.16385], Hr = 0x800b0100
    File Mismatch: C:\Windows\system32\sppsvc.exe[6.1.7601.17514], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\drivers\spsys.sys[6.1.7127.0], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\drivers\spldr.sys[6.1.7127.0], Hr = 0x80092003
    File Mismatch: C:\Windows\system32\systemcpl.dll[6.1.7601.17514], Hr = 0x800b0100
    File Mismatch: C:\Windows\system32\user32.dll[6.1.7601.17514], Hr = 0x800b0100
    Other data-->
    Office Details: <GenuineResults><MachineData><UGUID>{13F339C5-D5B9-41FD-8A7B-1238231C5332}</UGUID><Version>1.9.0027.0</Version><OS>6.1.7601.2.00010100.1.0.001</OS><Architecture>x64</Architecture><PKey>*****-*****-*****-*****-C2W6B</PKey><PID>00426-292-1299966-85765</PID><PIDType>5</PIDType><SID>S-1-5-21-2451738923-860975475-1044764223</SID><SYSTEM><Manufacturer>LENOVO</Manufacturer><Model>6459CTO</Model></SYSTEM><BIOS><Manufacturer>LENOVO</Manufacturer><Version>7LETC9WW (2.29 )</Version><SMBIOSVersion major="2" minor="4"/><Date>20110318000000.000000+000</Date></BIOS><HWID>7E6A3B07018400FA</HWID><UserLCID>0409</UserLCID><SystemLCID>0409</SystemLCID><TimeZone>Pacific Standard Time(GMT-08:00)</TimeZone><iJoin>0</iJoin><SBID><stat>3</stat><msppid></msppid><name></name><model></model></SBID><OEM><OEMID>LENOVO</OEMID><OEMTableID>TP-7L </OEMTableID></OEM><GANotification/></MachineData><Software><Office><Result>109</Result><Products/><Applications/></Office></Software></GenuineResults>
    Spsys.log Content: 0x80070002
    Licensing Data-->
    Software licensing service version: 6.1.7601.17514
    Name: Windows(R) 7, Ultimate edition
    Description: Windows Operating System - Windows(R) 7, RETAIL channel
    Activation ID: ac96e1a8-6cc4-4310-a4ff-332ce77fb5b8
    Application ID: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00426-00170-292-129996-00-1033-7600.0000-3502010
    Installation ID: 006331326732895831680071837781562523717002697036843352
    Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use License URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial Product Key: C2W6B
    License Status: Licensed
    Remaining Windows rearm count: 4
    Trusted time: 06/19/2012 00:04:42
    Windows Activation Technologies-->
    HrOffline: 0x8004FE21
    HrOnline: N/A
    HealthStatus: 0x000000000001EFF0
    Event Time Stamp: N/A
    ActiveX: Registered, Version: 7.1.7600.16395
    Admin Service: Registered, Version: 7.1.7600.16395
    HealthStatus Bitmask Output:
    Tampered File: %systemroot%\system32\sppobjs.dll
    Tampered File: %systemroot%\system32\sppc.dll|sppc.dll.mui
    Tampered File: %systemroot%\system32\sppcext.dll|sppcext.dll.mui
    Tampered File: %systemroot%\system32\sppwinob.dll
    Tampered File: %systemroot%\system32\slc.dll|slc.dll.mui
    Tampered File: %systemroot%\system32\slcext.dll|slcext.dll.mui
    Tampered File: %systemroot%\system32\sppuinotify.dll|sppuinotify.dll.mui
    Tampered File: %systemroot%\system32\slui.exe|slui.exe.mui|COM Registration
    Tampered File: %systemroot%\system32\sppcomapi.dll|sppcomapi.dll.mui
    Tampered File: %systemroot%\system32\sppcommdlg.dll|sppcommdlg.dll.mui
    Tampered File: %systemroot%\system32\sppsvc.exe|sppsvc.exe.mui
    Tampered File: %systemroot%\system32\drivers\spsys.sys
    HWID Data-->
    HWID Hash Current: OAAAAAEABgABAAEAAQABAAAAAgABAAEA6GFizC3FgIUan7BULghGgwAtOoH6Et7WRgY2FRoIKoU=
    OEM Activation 1.0 Data-->
    N/A
    OEM Activation 2.0 Data-->
    BIOS valid for OA 2.0: yes
    Windows marker version: 0x0
    OEMID and OEMTableID Consistent: yes
    BIOS Information:
    ACPI Table Name OEMID Value OEMTableID Value
    APIC LENOVO TP-7L
    FACP LENOVO TP-7L
    HPET LENOVO TP-7L
    BOOT LENOVO TP-7L
    MCFG LENOVO TP-7L
    SSDT LENOVO TP-7L
    ECDT LENOVO TP-7L
    TCPA LENOVO TP-7L
    SLIC LENOVO TP-7L
    ASF! LENOVO TP-7L
    SSDT LENOVO TP-7L
    SSDT LENOVO TP-7L
    SSDT LENOVO TP-7L
    SSDT LENOVO TP-7L
    Tried this:
    1) Open an Internet Browser
    2) Type: %windir%\system32 into the browser address bar.
    3) Find the file CMD.exe
    4) Right-Click on CMD.exe and select 'Run as Administrator'
    5) Type: net stop sppsvc (It may ask you if you are sure, select yes)
    Note: the Software Protection servive may not be running, this is ok.
    6) Type: cd %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform
    7) Type: rename tokens.dat tokens.bar
    8) Type: %windir%\system32
    9) Type: net start sppsvc
    10) Type: slui.exe
    11) After a couple of seconds Windows Activation dialog will appear. You may be asked to re-activate and/or re-enter your product key or Activation may occur automaticly.
    But it still says Windows 7 Activation was Successful.

    I only discovered this problem a month after replacing my system HDD with an ssd Drive for a Vista sp2 Dell studio 1735 . But in my case all drivers  were  up to date. However this post triggered the right path to a solution. Though it is more
    a workaround ... . Perhaps this will help others, an even more perhaps bring a microsoft engineer to make a small adaption to the vista windows update tool ....
    So the problem seems that Windows Update checks for its datastore if the file is alined with the HDD underneath. But it seems that this check fails for an ssd with a 4K sector size.
    Lucky I had another HDD in my laptop, which is required for this work around to work :-(. So the following shows the problem (and I think Windows Update does an alike test).
    cd \windows\SDold\DataStore (so use cd \windows\SoftwareDistribution\DataStore if you didn't try the "ren" action yet as mentioned in many posts)
    esentutl /g DataStore.edb  -> (result) Operation terminated with error -583 (JET_errSectorSizeNotSupported, The physical sector size reported by the disk subsystem, is unsupported by ESE for a specific file type.) after 0.15 seconds.
    cd D:\        (to a 512 byte sectored HDD )
    esentutl /g C:\Windows\SDold\DataStore\DataStore.edb     -> (succeeds! normal verification output)
    So I tried (the junction tool can be downloaded from sysinternals):
    net stop cryptsvc
    net stop wuauserv
    robocopy /mir C:\Windows\SDold\DataStore D:\DataStore
    robocopy /mir C:\Windows\system32\catroot2 D:\catroot2   (I now think this is not needed, but I started with an Technet post (and many others ...) that put me on the esentutl track... , which is also why the "net stop cryptsvc" is present.) 
    C:
    cd ..\SoftwareDistribution
    rmdir /s /q DataStore
    junction DataStore D:\DataStore
    cd ..\system32   ( again not sure if needed, also counts for the next 2 commands).
    rmdir /s /q catroot2
    junction catroot2 D:\catroot2
    net start cryptsvc
    net start wuauserv
    And windows update worked again ! Check the C:\windows\WindowsUpdate.log
    Of course this is just a workaround, but perhaps this puts another searcher on the right track. And perhaps it makes a Microsoft engineer update the responsible code ... as to be aligned on disk does not seem crucial for the databases used for this "application"
    Sorry had to remove links for sysinternals and cc734083(v=ws.10).aspx (esentutl, which is a vista specific command) both Microsoft links, as Microsoft has not yet verified my account ...

  • Samsung SSD 840EVO not booting from macbook pro mid 2012 after cloning

    Hello there,
    I guess i'm so stuck with the SSD that i have purchased.
    Here is the details:
    SSD - Samsung SSD 840 Evo 250GB
    MacBook Pro - 13-inch, Mid 2012
    Model Identifier: MacBookPro9,2
    Processor  2.5 GHz Intel Core i5
    Memory  16 GB 1600 MHz DDR3
    Graphics  Intel HD Graphics 4000 1024 MB
    Software  OS X 10.9.1 (13B42)
    Boot ROM Version: MBP91.00D3.B08
    SMC Version (system): 2.2f44
    I was running with the factory HDD (toshiba 500gb) and thought of replacing it with an SSD . Tried a clean installation of mavericks at first using Bootable USB drive having mavericks. So i went on and installed the ssd replacing the HDD i had and went on to boot up from the USB, prior the installtion i tired to partition it first with single partition MAC os extended journaled with GUID table. But then it did partition but after that it says trying to reinitialize the drive and it never came back although i tried more than five times. So then i went back to my HDD and tired cloning it to SSD using Carbon Copy Cloner, but even for that i had to do the partitioning which failed. Finally i had to go and return back that peice and they gave me another one convincing me that it might a defective peice.
    Now, with the second one, at first i booted up my HDD normally and connected the new SSD the USB/sata converter and i successfully partitioned and using carbon copy cloner, i have cloned as well. Now to make sure if its all ok, before replacing the HDD in the main compartment, i just selected the startup disk as the new SSD and restarted the system... it booted up fine like a cheetah... was all gud... i thought everything is pretty fine. Then ofcourse i went ahead and replaced the HDD and powered up the system again, but then it's not booting up... it gives you that folder with ? mark and that's all...
    And then i tried some other ways too... i even checked the firmware versions and i guess they are upto date as well. I just dont get the reason why it's not working.
    Please help me.
    Anjillan

    yea... i have tried all those...
    can you confirm if this is ok to buy:
    http://www.ebay.ca/itm/New-HDD-Hard-Drvie-Cable-for-13-MacBook-Pro-A1278-MD101-M D102-821-1480-A-2012-/181269577616?pt=LH_DefaultDomain_0&hash=item2a34823f90&_uh b=1
    or
    http://www.ebay.ca/itm/NEW-MacBook-Pro-Unibody-13-A1278-2012-md101-102-HDD-Hard- Drvie-Cable-821-1480-A-/121183868039?pt=LH_DefaultDomain_0&hash=item1c371f1487&_ uhb=1
    or this one..??
    http://www.ebay.ca/itm/for-APPLE-MacBook-Pro-13-A1278-HDD-Hard-Drvie-Cable-MD101 -MD102-821-1480-A-2012-/331060187298?pt=LH_DefaultDomain_0&hash=item4d14b990a2&_ uhb=1
    i guess i aint gotta buy those brackets again..?
    Thanks
    Anjillan

Maybe you are looking for