Unable to import database using impdp via network_link

Dear All,
I am trying to import database from remote location's dump to my local database after creating dblink from local db to remote db.
At Remote Server:
- Directory created and granted the privileges. Dir Name: PREMLIVE_EXPDP
At Local server:
Username: expuser with dba, imp and exp full database privileges.
DB Link name: to_premiatest14
I faced an error of directory invalid when I run the below command in local server to import schema from remote database.
C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-39087: directory name PREMLIVE_EXPDP is invalid
Any help or advice's would be really highly appreciated.
Regards,
Syed

Some more details follows.
Server 1: Remote Server
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
PL/SQL Release 10.2.0.5.0 - Production
CORE    10.2.0.5.0      Production
TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
NLSRTL Version 10.2.0.5.0 - Production
TNS-Entry:
PREMIATEST14=
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = malath)
DIRECTORY:
PREMLIVE_EXPDP AS
'C:\Dump\PREMLIVE_EXPDP'; ---->>>> This location/directory holds the dump file.
Server 2: Local Server
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
PL/SQL Release 10.2.0.5.0 - Production
CORE    10.2.0.5.0      Production
TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
NLSRTL Version 10.2.0.5.0 - Production
TNS-Entry:
PREMIATEST15=
  (DESCRIPTION=
    (ADDRESS=
      (PROTOCOL=TCP)
      (HOST=XX.XX.XX.15)
      (PORT=1521)
    (CONNECT_DATA=
      (SERVICE_NAME=PREMIA15)
PREMIATEST14 =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = malath)
Network/DBLink:
CREATE PUBLIC DATABASE LINK TO_PREMIATEST14 CONNECT TO EXPUSER IDENTIFIED BY <PWD> USING 'PREMIATEST14';
DBLink tested :
SQL> select count(*) from premiatest.brkdivion@to_premiatest14;
  COUNT(*)
        94
Error on importing:
C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP
remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
Import: Release 10.2.0.5.0 - 64bit Production on Tuesday, 03 September, 2013 1:2
3:10
Copyright (c) 2003, 2007, Oracle.  All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-39087: directory name PREMLIVE_EXPDP is invalid
I don't know where am i going wrong . Valuable advice's/assistance will be highly appreciated.
Thanks & Regards,
Syed

Similar Messages

  • Import database using impdp

    Hello,
    I wanna import a database using impdp. Can i import while i'm logged with system/<password> ? On which database should i be logged? I have a single database, 'orcl'
    Thanks

    I wanna import a database using impdp.
    Can i import while i'm logged with system/<password> ?
    On which database should i be logged? I have a single database, 'orcl'You don't have to login to any database to perform the import using datapump import.
    You just have to set the oracle database environment where you want to import into.
    suppose, you have an export dump generated already,using datapump export(expdp) and if you want to import into orcl database,
    set the oracle environment to orcl
    You have to have the directory object created with read,write access to the user performing export/import(expdp or impdp)
    use impdp help=y at the command line to see the list of available options.
    http://download.oracle.com/docs/cd/B13789_01/server.101/b10825/dp_import.htm
    -Anantha

  • Errors importing TTS using impdp

    Hello All,
    I am seeing following errors when importing TTS using impdp. Please let me know if you know any work around.
    Thanks,
    Sunny boy
    Corp_DEODWPRD$ impdp parfile=impdp_tts.par
    Import: Release 11.2.0.3.0 - Production on Mon Jul 30 13:23:50 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Master table "SYS"."SYS_IMPORT_TRANSPORTABLE_02" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_TRANSPORTABLE_02": /******** AS SYSDBA parfile=impdp_tts.par
    Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    Processing object type TRANSPORTABLE_EXPORT/TABLE
    Processing object type TRANSPORTABLE_EXPORT/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, NVL(value_n, 0), grantor, object_row, object_schema, object_long_name, partition_name, subpartition_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, base_process_order, property, size_estimate, in_progress, original_object_schema, original_object_name, creation_level, object_int_oid FROM "SYS"."SYS_IMPORT_TRANSPORTABLE_02" WHERE process_order between :3 AND :4 AND duplicate = 0 AND processing_state NOT IN (:5, :6, :7) ORDER BY process_order]
    ORA-39183: internal error -19 ocurred during decompression phase 2
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 9001
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x5d9562370 20462 package body SYS.KUPW$WORKER
    0x5d9562370 9028 package body SYS.KUPW$WORKER
    0x5d9562370 4185 package body SYS.KUPW$WORKER
    0x5d9562370 9725 package body SYS.KUPW$WORKER
    0x5d9562370 1775 package body SYS.KUPW$WORKER
    0x59c4fbb90 2 anonymous block
    Job "SYS"."SYS_IMPORT_TRANSPORTABLE_02" stopped due to fatal error at 13:52:57
    PAR file:
    USERID='/ as sysdba'
    directory=ODW_MIG_DIR
    dumpfile=exp_full_ODW_tts_20120719_01.dmp
    logfile=imp_FULL_ODW_TTS_20120730.log
    exclude=PROCACT_INSTANCE
    TRANSPORT_DATAFILES=(
    '+DEODW_DATA_GRP/deodwprd/data/ts_appsds_d_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/ts_appsds_i_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_aud_d_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d01_02.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d01_03.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d_p2012_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_i01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_ts_ccr_d01_3.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_ts_ccr_d01_2.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_ts_ccr_d01_1.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_cst_stage_d_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_cst_stage_i_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_dsdw_doc_stg_d01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_x_etl_d01_02.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_x_report_work_d01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_x_sas_d01_01.dbf')

    Still the same error with system account. Working with oracle about this iissue.
    Corp_DEODWPRD$ impdp parfile=impdp_tts.par
    Import: Release 11.2.0.3.0 - Production on Tue Jul 31 11:47:32 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    UDI-28002: operation generated ORACLE error 28002
    ORA-28002: the password will expire within 6 days
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01": system/******** parfile=impdp_tts.par
    Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    Processing object type TRANSPORTABLE_EXPORT/TABLE
    Processing object type TRANSPORTABLE_EXPORT/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, NVL(value_n, 0), grantor, object_row, object_schema, object_long_name, partition_name, subpartition_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, base_process_order, property, size_estimate, in_progress, original_object_schema, original_object_name, creation_level, object_int_oid FROM "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" WHERE  process_order between :3 AND :4 AND duplicate = 0 AND processing_state NOT IN (:5, :6, :7) ORDER BY process_order]
    ORA-39183: internal error -19 ocurred during decompression phase 2
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 9001
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x5dac10b98 20462 package body SYS.KUPW$WORKER
    0x5dac10b98 9028 package body SYS.KUPW$WORKER
    0x5dac10b98 4185 package body SYS.KUPW$WORKER
    0x5dac10b98 9725 package body SYS.KUPW$WORKER
    0x5dac10b98 1775 package body SYS.KUPW$WORKER
    0x59c554178 2 anonymous block
    Job "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" stopped due to fatal error at 12:13:04
    Edited by: Sunny boy on Jul 31, 2012 12:16 PM

  • Unable to import table using SOA database adapter in jdeveloper

    I am trying to build a simple flow to access database so I have dropped a database adapter in composite.xml and trying to configure the adapter.
    I have successfully tested the database connection within the adapter configuration wizard and can view the tables as well.
    But when I am selecting a table to import then I don't see any table imported in Step-5.
    It doesn't show me any error. I have tried with other tables and also with other databases but can't import the tables
    i have selected the table using the right arrow to right side and then clicked "OK". But the table hasn't come-up and it still says "No tables imported" in Step 5. I am trying to import from oracle database using oracle jdbc.
    am doing Perform an operation(Select query) on a table
    Regards,
    Kishor M

    Thread moved form Japanese SOA Suite.

  • DB Upgrade+Migrate from 10.1 to 11.2 using IMPDP with network_link param

    Dear all,
    I would like to upgrade and migrate my 10.1.0.5 DB on old server to 11.2.0.2 on new server.
    Here is the background info:
    Old server:
    OS : Redhat Linux AS 2.1
    DB Version : 10.1.0.5 (32 bit)
    No RAC
    New Server:
    OS : OEL 5.5
    DB Version : 11.2.0.2
    RAC
    ASM
    What I have done so far:
    1. Create new clustered 11Gr2 DB on new server.
    2. Pre-create tablespaces on new DB.
    3. Migrate 10.1.0.5 to 11.2.0.2 using IMPDP.
    impdp system/******* DIRECTORY=dump_file_dir NETWORK_LINK=DWH_DBLINK LOGFILE=log_file_dir:DWH_import_20110621.log FULL=Y SERVICE_NAME=dwhdb.xxx.xxx TABLE_EXISTS_ACTION=replace cluster=N exclude=statistics
    4. After IMPDP complete, invalid objects and components are found, run utlrp.sql no help
    SQL> select owner, count(*) from dba_objects where status = 'INVALID' group by owner;
    OWNER COUNT(*)
    WKSYS 16
    PUBLIC 12
    OLAPSYS 7
    ODM 21
    SYS 2
    WMSYS 11
    12 rows selected.
    SQL> select comp_name, status, version from dba_registry;
    COMP_NAME STATUS VERSION
    OWB VALID 11.2.0.2.0
    Oracle Application Express VALID 3.2.1.00.12
    Oracle Enterprise Manager VALID 11.2.0.2.0
    OLAP Catalog VALID 11.2.0.2.0
    Spatial VALID 11.2.0.2.0
    Oracle Multimedia VALID 11.2.0.2.0
    Oracle XML Database VALID 11.2.0.2.0
    Oracle Text VALID 11.2.0.2.0
    Oracle Expression Filter VALID 11.2.0.2.0
    Oracle Rules Manager VALID 11.2.0.2.0
    Oracle Workspace Manager INVALID 11.2.0.2.0
    Oracle Database Catalog Views VALID 11.2.0.2.0
    Oracle Database Packages and Types INVALID 11.2.0.2.0
    JServer JAVA Virtual Machine VALID 11.2.0.2.0
    Oracle XDK VALID 11.2.0.2.0
    Oracle Database Java Packages VALID 11.2.0.2.0
    OLAP Analytic Workspace VALID 11.2.0.2.0
    Oracle OLAP API VALID 11.2.0.2.0
    Oracle Real Application Clusters VALID 11.2.0.2.0
    19 rows selected.
    5. Check SYS's invalid objects, e.g. DBA_OUTLINE_HINTS, after tracing the reason, find outln.ol$hints is replaced by 10.1.0.5 version. I think it is due to the IMPDP's "TABLE_EXISTS_ACTION=replace" parameter.
    Others invalid objects like WMSYS.WM$ENV_VARS, also replaced by old version.
    What should I do now?
    Do I need to run upgrade script after DB migration using IMPDP?
    Is the migration procedure correct?
    Please advise
    Thanks in advance

    Hi,
    It looks like you've messed up the Non User (Oracle default user) data and/or metadata i.e sys, system, wksys.
    How many non Oracle default user do you have? and how big is the database? If you're using this method I'm assuming the data is not really big.
    I personally will not do full export/ import across different version, its better to just export the non default Oracle user schema as you might ended up messed up the sys objects, etc
    What you might do is
    - drop the 11g database and start from beginning again but exclude Oracle default user e.g sys,system, etc
    - or try run catupgrd.sql script (this will drop and recreate the objects), -this may or may not be fixing your invalid components
    Cheers

  • Importing tablespace using impdp

    Hi,
    I am trying to transport tablespace using expdp/impdp like:
    source side: expdp dumpfile=tbs1.dmp logfile=tbs1.log directory=datapump transport_tablespaces=tbs1
    transformed to target side
    target side: impdp dumpfile=tbs1.dmp directory=datapump transport_datafiles='/u01/app/oracle/sales/tbs1.dbf'
    it is giving:
    ORA-39123: Data Pump transportable tablespace job aborted
    ORA-29345: cannot plug a tablespace into a database using an incompatible character set
    when i searched in google some suggestions are given like do transport using rman.
    But when we have the option in impdp why i need to go to rman tool.
    i want to use impdp only. but i ma unable to use it properly while importing.
    can you please alter me.
    thank you!

    Hello,
    ORA-29345: cannot plug a tablespace into a database using an incompatible character setIt cannot work due to the error ORA-29345 above:
    ORA-29345: cannot plug a tablespace into a database using an incompatible character set
    Cause: Oracle does not support plugging a tablespace into a database using an
    incompatible character set.
    Action: Use import/export or unload/load to move data instead.
    i want to use impdp only. but i ma unable to use it properly while importing.So, as suggested, move the data by import/export. But, be careful, as you have different character set you may have conversions.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Migrating from 10gR2 to 11gR2 using impdp with network_link fails

    Hi,
    I'm trying to migrate a database from 10gR2 (Novell SLES 10) to a new server (Novell SLES 11) with 11gR2. I created a database on the new system with all required users and tablespaces. Then I used impdp in 11g with a database link to the source database:
    impdp system/pw@db NETWORK_LINK=X_SourceServer FULL=Y
    This command fails immediately with ORA-39113: unable to determine database version. Even using the parameter VERSION=10.2.0 doesn't change the result.
    The Oracle Upgrade Guide tells me that upgrading is possible from 10* to 11* and recommeds impdp and network link. Is the failure perhaps a bug in the NETWORK_LINK procedure? Should I better try expdp on the source and impdp on the target with a dumpfile as intermediate (the database ist rather big, so dealing with files across the network will take a lot of storage capacity)?
    Has anyone tried this method with success?
    Thanks
    Friedhelm
    Edited by: user8964905 on 02.09.2011 02:34

    This is due to an bug. The workaround is in the DOC
    IMPDP From 10g TO 11g Gives ORA-39113, ORA-4052 & ORA-6544 PL/SQL: internal error, arguments: [55916] (Doc ID 1062428.1)

  • Unable to import metadata using OBI 11g Admin tool

    Hello folks,
    I am new to OBI. I am trying to build a RPD. For that purpose I am trying to import some tables from database but I am unable to. I created DSN and also tried using OCI but no help. The OBI Admin tool client and database is installed under other user's account. Is that the reason I am unable to import tables?
    I am getting this error:
    Internal Error-Unable to initialize NLS during driver load - When I try to use ODBC &
    Connection failed --When I try to use OCI.
    Can someone shed some light on this issue.
    Thanks,
    Edited by: 950330 on Jan 21, 2013 11:17 AM

    Use Call Interface: Default (OCI 10g/11g)
    Data source Name->hostname:port/ServiceName or TNS name
    like
    localhost:1521/XE
    make sure you able to ping connect the database using tnsentry or
    tnsping <tnsname>
    from command prompt.
    Let me know for issues if helps pls mark
    Edited by: Srini VEERAVALLI on Jan 21, 2013 1:17 PM

  • Import database using enterprise manager

    Hello,
    I am trying to import a database using enterprise manager. I've finished the installation of 10g and i need to import a database that is in a different server.
    The Oracle Enterprise Manager window, has a tab 'maintenance' that allows me to import from another database.
    The problem is that at some point the wizard ask's me for the user credentials (user and password), and i don't no who is the user, is it refering to the others server's credentials or is it referring to the database credentials?
    Can You help me, please?
    Is there some tutorial for this?
    Thank you,
    Sara.

    I don't know of a tutorial, sorry. This forum is about Globalization Support (e.g. national language support features) so it is really the wrong place for EM Grid/Database Control questions. I suggest your try here instead:
    Enterprise Manager

  • Import database using 10g imp utility.

    Hi,
    I have database on my local drive that is kind of old. I need to replace it with the one from the server.
    I created oesexport.dmp file using the following command:
    exp ledger/xxxxxx FILE='oesexport.dmp' OWNER=LEDGER
    oesexport.dmp file contains everything that belongs to LEDGER : tables, sequences, views, etc.
    Now I need to import database to my local drive. If I use the following statement:
    imp ledger/xxxxxx file=oesexport.dmp fromuser=ledger
    the procedure will not replace tables, sequences, views with the new ones from the server with the same names because it will try to recreate existing tables, sequences, views, etc. in my local database and they already exist there. I will get error messages. The procedure will only add the stuff from server to my local database that does not exist on my local. Since I need to replace tables/sequences/views, etc if they exist on my local and add new stuff if does not exist on my local, HOW SHOULD I MODIFY THE IMP STATAMENT?
    Thanks. Lev.

    Yes, of couse, I can drop the whole ledger scema and use and the imp procedure I specified and it will work just fine, but I heard the the new 10g import utility will allow replacemet (if they exist in the database) and addition (if they do not exist in the database) of Oralce objects without dropping the objects belonging to the user.
    Therefore my qustion was how should I change my IMP procedure to make it work.
    Lev.

  • Unable to import table using SOA database adapter in Jdev

    hi all,
    I am learning soa 11g development by myself which is quite exciting stuff.
    I am trying to build a simple flow to access database so I have dropped a database adapter in composite.xml and trying to configure the adapter.
    I have successfully tested the database connection within the adapter configuration wizard and can list the tables as well. But when I am selecting a table to import then I don't see any table imported in Step-5.
    It doesn't show me any error. I have tried with other tables and also with other databases but can't import the tables.
    Any advice will be appreciated.
    Oracle SOA Version11.1.1.4.0
    JDeveloper Version 11.1.1.6.0
    Thanks,
    Raj

    Hi Raj,
    You have to select the required tables and move it to the blank area on right side of your selection window by clicking the arrow button.
    cheers

  • Import database using 10g imp utility - need your advice.

    I created export.dmp file on the database server that contains all schema objects (tables, indexes, views, etc.) and successfully moved it from the server to my laptop using telnet and ftp.
    Now I want to use this file to import ALL objects into my local database on the laptop where some objects that belong to the same schema already exist. I need to drops and recreate all objects in schema in my local database (tables, indexes, views, etc.) if they already exist before loading and add new objects to the schema if they do not exist in my local database.
    How will IMP statement that does all this look like?
    Thanks.

    Thanks!
    But could you be more specific about expdp and impdp statements that
    will give me what I need? And I need to drops and recreate all objects in schema in my local database (tables, indexes, views, etc.) if they already exist before loading and add new objects to the schema if they do not exist in my local database.

  • Clone database using impdp

    Hello all,
    I have a full database dump file. which was taken from production server. i want to create a test db in my laptop
    Is ther any step by step guide in order to do this impdp from the begining i mean from creating initialiazation parameter,
    directory structure or creation of tablespaces.
    Thanks

    948024 wrote:
    thanks but it says
    Here are the steps to do the * schema copy from one database to another*. You need to be admin user for performing some tasks.
    also what about the tablespaces do i need to create them, there is a clause mentioned
    remap_tablespace=mytablespace:yourtablespace
    how to use the above for multiple tablespaces
    and if the tablespaces are not there will it create new?
    thanksNo it won't create tablespace , You use remap option for your tablespace like the following :
    REMAP_TABLESPACE=(OLD:NEW,OLD:NEW,OLD:NEW,OLD:NEW)if you don't want to use remap then you should create your tablespace .

  • Unable to update database using a remote bean call

    We have a system, in which one of the EJBs (say, local EJB) in one
    system remotely call an ejb (say, remote EJB) on another system. The
    problem is the that the remote EJB is unable to database with any
    changes when its method was invoked by the local EJB.
    We first call a set method which is supposed to update the DB. Then we
    call the get method which returns the recently updated value. However
    the data is not stored in the DB. The get method seems to retrieve the
    data from the cache. There is no exception thrown.
    However there is no issue with the remote EJB. If we call the method
    locally, it DOES update the database. I dont know if it has to do
    anything with the java security policy defined. We use Weblogic 6.1
    SP3.
    We have a release in another 2 days and any help on this will be
    appreciated.

    We have a system, in which one of the EJBs (say, local EJB) in one
    system remotely call an ejb (say, remote EJB) on another system. The
    problem is the that the remote EJB is unable to database with any
    changes when its method was invoked by the local EJB.
    We first call a set method which is supposed to update the DB. Then we
    call the get method which returns the recently updated value. However
    the data is not stored in the DB. The get method seems to retrieve the
    data from the cache. There is no exception thrown.
    However there is no issue with the remote EJB. If we call the method
    locally, it DOES update the database. I dont know if it has to do
    anything with the java security policy defined. We use Weblogic 6.1
    SP3.
    We have a release in another 2 days and any help on this will be
    appreciated.

  • Unable to Import VOs using server.xml

    I am a newbie to OAF.I am trying to make a setup for extending a View Object in Jdeveloper. I installed Jdev from Patch : p6012619_11i_GENERIC.
    Steps taken :
    -Created new OAWorkspace.jws and new OAProject.jpr
    -Imported the required .xml page
    -Downloaded the entire directory oracle.apps from the middle tier.
    -Completed java , classpath, runtime settings and I am able to run the XML page which I imported to my local machine.
    -Now I need to add a field in the table which requires extending the respective VO .
    -I right click OAProject.jpr and look for “Import Business Components”, I do not have this option available. So I create New Business Components and give the required package. Clicked Finish
    -Now when I right click OAProject.jpr I have the option “Import Business Components” available. I browse to myclasses\......server.xml , it should get the list of all the VO objects in that directory. But it dint.
    -Then I thought of importing each VO.xml but gives me this error: ” oracle.jbo.dt.objects.JboException: Unable to add object HzPuiOrgSearchResultsVO to package oracle.apps.ar.hz.components.search.server.”
    I don’t know how to proceed. Can anyone help me?
    Where am I going wrong ?
    Jo

    Hi,
    please have a look at the developer guide about how to reuse existing ADF BC definitions
    http://download-uk.oracle.com/docs/html/B25947_01/toc.htm
    For OA specific questions, please use the Applications forums here on OTN
    Frank

Maybe you are looking for

  • Documentation rant (slightly) -- no user manual in PDF?!?

    I realize that in this day and age, manuals are bulky, extraneous and heavy. Oh, and not to mention they are also made out of paper. No big deal, honest. I'm okay that there are no paper manuals, but why why WHY did they not include a standard PDF ve

  • How to send class data over TCP/IP like a serialized cluster

    I have a device which communicates over a TCP/IP connection.  I need to construct complex messages for the communications.  If I use type-defs clusters it is a simple matter to convert the data to string and send it out.  Same with getting the data i

  • Only values in InfoProvider not working for ODS

    Hi, I'm on BEx 3.5 and I'm trying to use a variable in a query on an ODS. The InfoObject is set to "Only Values in InfoProvider" in RSD1 in the Query Execution Filter Val Selectn entry. The same setting has also been done in the ODS InfoObject specif

  • Signatures on delivery documents

    hi all i am trying to find a way to be able to get signatures of people picking up an order on to the system. for instance, if a customer picks up an order and signs for it, i want to be able to have that signature show up on the delivery pld. what w

  • Help me to return the primary key after insert the row

    Hi I am using JDBC, with oracle database. i have welformed normalization tables .i am inserting parent table with dynamic sequence number as primary key .after inserting i need inserted row primary key .how to get the inserted row primary key with ou