EBS R12 Database Copy or clone - init.ora, and spfile conflict...

Hi All,
I am a report developer. I have two servers(VMs)
Server1: Win 2008, Oracle EBS R12.1.1. (db_name = vis)
Server2: Win XP SP3, Oracle 11g R1 (db_name = orcl)
My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please note that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
In order to do this I am http://www.dba-oracle.com/oracle_tips_db_copy.htm method.
During the process I have encountered an issue - Server1 (VIS) database uses initVIS.ora file as parameter file, where as Server 2 uses SPFILE.ORA as parameter file.
in Step8 we have to copy the init.ora file from EBS R12 to Server2, but this doesn't help me as server2 use spfile.
please give me your suggestions to solve this gap......
Thanks!

user12296343 wrote:
Hi All,
I am a report developer. I have two servers(VMs)
Server1: Win 2008, Oracle EBS R12.1.1. (db_name = vis)
Server2: Win XP SP3, Oracle 11g R1 (db_name = orcl)
My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please note that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
In order to do this I am http://www.dba-oracle.com/oracle_tips_db_copy.htm method.
During the process I have encountered an issue - Server1 (VIS) database uses initVIS.ora file as parameter file, where as Server 2 uses SPFILE.ORA as parameter file.
in Step8 we have to copy the init.ora file from EBS R12 to Server2, but this doesn't help me as server2 use spfile.
please give me your suggestions to solve this gap......
Thanks!Please update your original thread instead of creating new one -- Re: EBS R12.1.1 databse copy windows to windows??

Similar Messages

  • How to download spreadsheets to the EBS R12 database

    Hi,
    Is there a way to download/upload spreadsheets to EBS R12 database using its web forms front-end interface?
    Thanks a lot

    Hi,
    Could you please elaborate more about this?
    You can use Web ADI as Web ADI integration with Microsoft Excel enables you to bring your E-Business Suite data to a spreadsheet where familiar data entry and modeling techniques can be used to complete Oracle E-Business Suite tasks.
    Oracle Web Applications Desktop Integrator Implementation and Administration Guide
    http://download.oracle.com/docs/cd/B40089_09/current/acrobat/120bneig.pdf
    For some modules/screens, it is possible to use the paperclip icon in the toolbar and add attachments.
    Regards,
    Hussein

  • Oracle 10g R2 for Windows ignores init.ora and registry values

    Hello,
    I have a strange issue. I try to set some parameters for Oracle but it doesn't seem to work.
    Here the story:
    I created the DB with the DBCA under windows and set my init parameter at frist creation with 3 important values:
    OS_AUTHENT_PREFIX = ""
    REMOTE_OS_AUTHENT=TRUE
    remote_login_passwordfile=EXCLUSIVE
    this values are in the Registry and the init.ora and the init.ora.7192011143454 in ORAHOME_DB/scripts and pfile
    I've now changed these parameters in the init.ora and registry to:
    OS_AUTHENT_PREFIX = ""
    REMOTE_OS_AUTHENT=FALSE
    remote_login_passwordfile=EXCLUSIVE
    and restarted the whole system - after the restart I checked the value for REMOTE_OS_AUTHENT:
    show parameter remote_os_authent
    NAME TYPE VALUE
    remote_os_authent boolean TRUE
    It keeps true. But why it keeps true why I can't change this value anymore after the DBCA?
    Do I miss something?
    Thanks
    Edited by: ioGLNX on 22.08.2011 04:18

    show parameter spfile;
    NAME TYPE VALUE
    spfile string C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\SPFILEMACSCURR.ORA
    NAME TYPE VALUE
    I have created a new spfile from my init.ora with:
    create spfile='C:\oracle\product..toMyInstanceDbs\ioglnx.ora' from pfile='C:\pathToPfile\DBHOME\scripts\init.ora'
    So the problems as it seem to me to instrcut oracle to use my new spfile...in Windows.

  • EBS R12 database upgrade to 11gR2

    Hi All,
    I am currently trying to upgrade database to 11gR2 following instruction in 1058763.1. When i try to apply the 6400501 patch (10.1.0.5 version x86), i get this:
    OPatch found the word "error" in stderr, please look into it.
    You may have to run the make again.
    Stderr Output (from /u01/oracle/PROD/apps/tech_st/10.1.2/.patch_storage/6400501/make_local.stderr):
    /usr/lib/gcc/x86_64-redhat-linux/4.4.6/32/libgcc_s.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [u01/oracle/PROD/apps/tech_st/10.1.2/rdbms/lib/rman] Error 1
    OPatch encounters the following Make issues:
    Error for command: cd /u01/oracle/PROD/apps/tech_st/10.1.2//rdbms/lib; /usr/bin/make -f ins_rdbms.mk irman ORACLE_HOME="/u01/oracle/PROD/apps/tech_st/10.1.2" 2>/u01/oracle/PROD/apps/tech_st/10.1.2/.patch_storage/6400501/make_local.stderr
    Replying 'Y' will terminate the patch rollback immediately. It WILL NOT restore any updates that have been performed to this point. It WILL NOT update the inventory.
    Replying 'N' will continue with updating the inventory showing the patch has been removed.
    Do you want to STOP?
    Please respond Y|N >
    y
    Make Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    I tried to do the relink:
    # unlink /usr/lib/libXtst.so.6
    # ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
    But i keep getting the same error. Is there anything else i could try?
    Thanks in advance, Maylo
    PS.
    I am running R12.1.1 with 11.1.0.7.0 on x64 OL6

    maylo wrote:
    Hi again,
    I have a question about upgrading DB to 11gR2. Using DBUA, performed upgrade, and reached the point where I'm supposed to set Database Initialization Parameters (according to 396009.1). However, during the upgrade, I chose option "Do Not Move Database Files", and now I don't have initPROD.ora in my new $ORACLE_HOME/dbs. Which files should I copy from the old ORACLE_HOME? Which to edit? Any advice would do, thanks in advance.
    MayloYou should have the init.ora file under the same directory. However, if the file is missing you can copy it from the old $ORACLE_HOME as mentioned above.
    Please refer to these docs for setting those initialization parameters.
    Database Initialization Parameters for Oracle E-Business Suite Release 12 [ID 396009.1]
    bde_chk_cbo.sql - EBS initialization parameters - Healthcheck [ID 174605.1]
    Thanks,
    Hussein

  • Converting EBS R12 database to RAC 11gR2

    We are on EBS R12 with 11gR2 database. I read the document 823587.1 with emphasis on Section 3. We are planning to convert the existing EBS database to a 2-node RAC on new servers.
    1. Install 11gR2 Grid Infrastructure on new servers.
    2. Install 11gR2 database software on the 2 nodes with local disk.
    3. Configure listener.
    4. Implement and run Autoconfig on the 2 nodes.
    5. Start Application processes.
    I am not clear about how the data is migrated to the new servers with shared disk using ASM. How is this part done? Mind you, we are moving from a single node server to two brand new servers. I understand that part of using rconfig to convert from single node database to 2 node RAC. But we are not planning to use the existing database server as part of new RAC environment. Thanks.

    It sounds like you are trying to build out new boxes.
    The Shared Storage will have to be setup first with the datafiles/control files, then you could clone the database to the new servers. with RMAN or some other method.
    Your Sysadmin (Unix) should be able to help setting up the shared storage. then on the clone based on how you do it. The Datafiles can be mapped to the new storage area and/or ASM. The Tasks are slightly different.

  • How to use EBS R12 Database (10.2.0.2) for report analysis tools?

    Hi All,
    My client wants to use reporting tools for bussiness analysis.For this I want to use a separate database which will be replica of production database.Is there any way to achieve this in R12 database(10.2.0.2)?
    Kindly share your experience.
    Regards
    Latif

    As Srini states, knowing more about your requirements would help us to help you. :-)
    Do you need a daily twice/daily snapshot of your data? If so, then you might be able to implement the solution that Srini mentioned earlier. An added benefit of this method is that it can go beyond the creation of a reporting database: it can also be leveraged in the creation of additional clones for test and dev environments.
    Do you need real-time replication of data to your reporting database? If so, then you might want to investigate Oracle Streams/Goldengate (disclaimer: I'm typing on the fly, so I'm not 100% certain that this is supported).
    If you're willing to license more Oracle software to solve your problem, you might also consider Oracle Business Intelligence Applications, which has out-of-the-box integration with E-Business Suite for common reporting/business intelligence needs. There are additional costs involved, but you can weigh those against the development costs of "rolling your own" MVs and reports, and maintaining them.
    Again, knowing your requirements, constraints, and points of flexibility will go a long way toward figuring out which option best suits you. :)
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • Access EBS R12 database views data

    Hello,
    I am connected with the database of EBS using Toad and I want to view data of different views like glfg_actual_balances, glfg_actual_journal_entries, etc.
    I have executed fnd_global.apps_initialize (1110,20434,101) but even after this, I get no rows for select * from glfg_actual_balances.
    Any idea how to solve this?
    Thanks

    How to view org-specific data in a MOAC environment [ID 415860.1]
    Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]
    How to set the Organization Context in R12? [ID 437119.1]
    SQL Queries and Multi-Org Architecture in Release 12 [ID 462383.1]
    How To Retrieve Rows From Table Or Synonym For An ORG_ID In E-Business Suite 12 [ID 787677.1]
    as example
    Re: How to fetch data for all OUs

  • EBS R12 Database structure.

    Hello All,
    I am new to EBS R12, I have an R12(vission instance) copy running on my VM. I would like to look into the EBS tables, for example all the HR schema, tables, and data. For this information(schema, tables and data) which document in the Oracle Documentation Library I have to use? http://docs.oracle.com/cd/B34956_01/current/html/docset.html
    Other resources also helps.
    Thanks and regards,
    DK

    see http://etrm.oracle.com

  • Explictly change init.ora and ORA-27100 error

    I am trying to restore OLD DB from the backup file ( new DB) . I am trying to explictly replace curretn init file with the new init file.
    I copy all of data file, CTL, init file to the server and shut down the instance...
    Before doing the start nomount .. I was trying to explictly replace the inint file using the following command : startup pfile = 'd:\ora92\database\initra.ora'.. But, I am keep gettinga n error ORA-27100:shared memory realm already exists..
    I have to use same SID RA...
    Message was edited by:
    jung1975

    Before doing this please shutdown your normal database.
    Then startup nomount with specified init.ora file.
    If this will not help you can try to restart windows service.
    Best Regards
    Krystian Zieja / mob

  • Database copy (duplicate/clone/...) without startup open?

    Hi,
    I am running DB Enterprise Ed v 10.2 and my main DB is in +ASM.
    I need to script a regular copy of this DB to refresh the support DB, also in +ASM.
    My problem is that I can not permit this support DB to be opened for general use until I have stopped certain jobs running on the internal dbms_scheduler and updated the oracle directories (dba_directories) with support locations. Thus I need to have a clone / duplicate method that stops short of actually opening the database at the end, or some way to ensure that it only opens it RESTRICTED mode.
    I think that both the RMAN DUPLICATE command and the Enterprise Manager CLONE jobs leave the new database open....
    Any suggestions appreciated.

    Since you mentioned scripting, then it seems that you will have full control of the cloning process...
    So if that is the case then perhpas you can restrict access to the cloned database using "alter system enable restricted session".
    Then once your cloning process is done and after you have done all the necessary housekeeping stuff, then turn off the restricted access with
    "alter system disable restricted session".

  • OBIEE/EBS R12 - works, except for one user - ORA-06512 error

    OBIEE 10.3.1.4 / EBS 12.0.4
    Oracle 11g
    HPUX 11.31 64 bit Itanium
    We are successfully using EBS integration with OBIEE, but for one user that we have created it doesn't work. When they try to access OBIEE from EBS we get this error in NQServer.log:
    *[nQSError: 13011] Query for Initialization Block 'EBS Security Context' has failed.*
    *[nQSError: 17001] Oracle Error code: 6510, message: ORA-06510: PL/SQL: unhandled user-defined exception*
    ORA-06512: at "APPS.APP_SESSION", line 313
    at OCI call OCIStmtExecute: call / 101507300 */ APP_SESSION.validate_icx_session('NIOWQbvOlCFpGilcGDvlBIY-:S').*
    *[nQSError: 17011] SQL statement execution failed.*
    This is when the query is run against EBS to authenticate the user:
    select FND_GLOBAL.RESP_ID,
    FND_GLOBAL.RESP_APPL_ID,
    FND_GLOBAL.SECURITY_GROUP_ID,
    FND_GLOBAL.RESP_NAME,
    FND_GLOBAL.USER_ID,
    FND_GLOBAL.EMPLOYEE_ID,
    FND_GLOBAL.USER_NAME from dual
    It is only for one user that has the problem. All others users work fine.
    Has anyone else seen this problem?
    Our EBS DBA has checked that the above sql can be run with the session set to the problem user, and compared with a user who can successfully connect to OBIEE. The results were the same for both.

    I was on the wrong lines with this one.
    The error in the NQServer.log was not from the problem user, it was a separate user.
    The real cause of a specific user not being able to login was a corrupt web catalog (which we're still trying to resolve)

  • How to defragment the datafile hwm in EBS R12 database

    Hi All,
    We are on 1204 E-biziness instance on 11gR2 database.
    We have deleted(purged some EGO data and got the huge space in dba_segments. it was around 2.5 gb after purging activity we got
    SQL> select sum(bytes/1024/1024/1024) from dba_segments;
    SUM(BYTES/1024/1024/1024)
    734.867561
    SQL>
    SQL> select sum(bytes/1024/1024/1024) from dba_data_files;
    SUM(BYTES/1024/1024/1024)
    2456.70493
    SQL>
    But in datafile the HWM is not reduced, i checked by moving the big tables, even though i am not getting the space in datafile level, i need to resize my datafile size to 1TB , take backup and clone the target which is having 1TB space.
    For example in apps_ts_tx_data we have only 243Gb segments but the datafiles size it is having 1000GB, we have to reduce the datafile size to that 300Gb, how to do it?
    =======
    SQL> select sum(bytes/1024/1024/1024) from dba_segments where tablespace_name='APPS_TS_TX_DATA';
    SUM(BYTES/1024/1024/1024)
    243.981201
    SQL> select sum(bytes/1024/1024/1024) from dba_data_files where tablespace_name='APPS_TS_TX_DATA';
    SUM(BYTES/1024/1024/1024)
    1070.2343
    SQL>
    ==========
    I thought of creating one tablespace of 300GB and move all objects into new tablespace , drop old tablespace and rename new tablespace to 'APPS_TS_TX_DATA', but we have objects like below, Pl guide me what is the best method of doing this and reduce my database size to 1TB. so that i can accomplish my task
    ====
    SQL> select DISTINCT SEGMENT_TYPE,count(*) FROM DBA_SEGMENTS where tablespace_name='APPS_TS_TX_DATA' group by SEGMENT_TYPE;
    SEGMENT_TYPE COUNT(*)
    INDEX 275
    INDEX PARTITION 509
    INDEX SUBPARTITION 96
    LOB PARTITION 8
    LOB SUBPARTITION 96
    LOBINDEX 460
    LOBSEGMENT 460
    TABLE 14615
    TABLE PARTITION 2079
    TABLE SUBPARTITION 96
    10 rows selected.
    ====
    Thanks in advance..

    Please see these docs.
    How to Reorganize INV Schema / Reclaim the High Watermark [ID 555058.1]     
    Optimizing Database disk space using Alter table shrink space/move compress [ID 1173241.1]
    Why is no space released after an ALTER TABLE ... SHRINK? [ID 820043.1]
    Various Aspects of Fragmentation [ID 186826.1]
    Thanks,
    Hussein

  • Can we use replication usings oracle 10g steams for EBS r12 database?

    HI,
    We are using EBS 12.0.6 and database 10.2.0.3 on linux 32-bit/64-bit OS (Multi-Node env).
    Actually We want to decrease the load of custom reports on actual production system, so thats why
    we need reports server and as my past experience I had used oracle streams for replication with simple schema based replication and tablespace replication also.
    So, please educate me, that can i used the oracle 10g streams for EBS schemas like APPS, GL ,INV, PO, ONT, ODM, AR, AP, CM etc?
    Please provide us the above related env docs and road Map.
    If you have any other way to create the Report Server?
    Regard,
    Fayaz Ahmed

    Hi,
    We are not in a position to upgrade the EBS from 12.0.6 to 12.1, because this is lengthy task, but we had already tested technically it in test env, but functional testing in pending.
    Now we want to immediate solution if possible, because this is production?
    So, please suggest another.
    regards

  • Read Only Schema in Oracle APPS EBS R12 database

    I want create a read only schema say apps_read in EBS database which have select access on all objects like apps. Kindly let us know how can I accomplish it or What is the best practice of doing it.

    Hussein - I have gone through all the threads but No one solves my problem. Actually there is a table in applsys schema i.e table_name ecx_outqueue.
    ECX_OUTQUEUE is having columns of type "User Defined Type Objects". I have highlighted these columns in Italics. Kindly help me How I can give select access on these user defined objects.on
    SQL> desc applsys.ecx_outqueue
    Name                                      Null?    Type
    Q_NAME                                             VARCHAR2(30)
    MSGID                                     NOT NULL RAW(16)
    CORRID                                             VARCHAR2(128)
    PRIORITY                                           NUMBER
    STATE                                              NUMBER
    DELAY                                              TIMESTAMP(6)
    EXPIRATION                                         NUMBER
    TIME_MANAGER_INFO                                  TIMESTAMP(6)
    LOCAL_ORDER_NO                                     NUMBER
    CHAIN_NO                                           NUMBER
    CSCN                                               NUMBER
    DSCN                                               NUMBER
    ENQ_TIME                                           TIMESTAMP(6)
    ENQ_UID                                            NUMBER
    ENQ_TID                                            VARCHAR2(30)
    DEQ_TIME                                           TIMESTAMP(6)
    DEQ_UID                                            NUMBER
    DEQ_TID                                            VARCHAR2(30)
    RETRY_COUNT                                        NUMBER
    EXCEPTION_QSCHEMA                                  VARCHAR2(30)
    EXCEPTION_QUEUE                                    VARCHAR2(30)
    STEP_NO                                            NUMBER
    RECIPIENT_KEY                                      NUMBER
    DEQUEUE_MSGID                                      RAW(16)
    SENDER_NAME                                        VARCHAR2(30)
    SENDER_ADDRESS                                     VARCHAR2(1024)
    SENDER_PROTOCOL                                    NUMBER
    USER_DATA                                          SYSTEM.ECXMSG
    USER_PROP                                          SYS.ANYDATA
    SQL>

  • Is it possible to make PCTFREE 0 a database-wide default via init.ora ?

    In our batch environment we drop/create lots of tables as follows - CREATE TABLE X NOLOGGING PCTFREE 0 PARALLEL AS SELECT .........
    Since the tables get created from scratch every time and don't get updated - we use PCTFREE 0 to minimize space usage and speed up overall IO.
    Today - we specify the PCTFREE 0 clause in every CTAS - so that Oracle won't use the default.
    Is there a way to make the default "0" database wide so that we have one less clause to specify?
    Thanks !

    They really are Global Temporary Tables in functionality - they are part of a daily ETL cycle - but the users would like for them to stick around for 24 hours for "after the fact" analysis of issues - being able to step through table after table - long after the session / process are done. Hence - they are DROP/CREATed every day.
    No - statistics aren't collected - it takes precious time. There are no indexes - so 99% of the time the tables are Full Table Scanned and the Hash Joined - which the optimizer is sensible enough to chose 99% of the time.
    We run Nologging and NoArchivelogging - so we are spared the triple writes (Data/Log/arch) - so Billion row tables are ETLed very quickly on the modest hardware we can avail ourselves.
    PCTFREE 0 saves space, reduces block count, and speeds up IO - and with tables DROP/CREATED it helps the cause.
    Thanks for the tip about inheriting PCTFREE from the tablespace. I'll check it out.

Maybe you are looking for

  • Multiple Computers on the same network

    We're currently transitioning to Windows 8.1 MRD after many years running OSX and ARD in our small office. We have two computers that we need to access independently from the outside. We opened up the recommend port for MRD and have it working as exp

  • SSRS 2008 R2/SSRS 2012 Tab Delimited setup is not working correctly in Report Designer

    I have changed a RSReportDesigner.config to add a tab delimited option for report export, but it is not working correctly in vs2008/vs2010 report designer. I get a duplicate of CSV (comma delimited) in the export dropdown list. I have tested SSRS 20

  • Calendar Searches - Increasing Search Column Width

    When I use the search field to find an event in a Calendar, the width of the column is often to narrow to display the full event name. How do you enlarge the width of the search column? Your assistance would be appreciated. Thanks. Norman

  • Image Sequence Import Fail

    Two questions: #1 Is it possilbe to create a mark in a QuickTime movie that the playback will automatically stop on, and then resume on a click? Hoping to be able to put several stop points into one video track for control... #2 (the Subject question

  • Scroll Bar no longer visible - how do I get it back??

    I have recently upgraded my Mac desktop to Mountain Lion and I no longer have the scroll bar visible when I use Safari. Any ideas how I can get it back please? Thanks