Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Import a .dmp file

3734791Nov 9 2018 — edited Nov 13 2018

Hi,

I'm trying to import a dmp file in oracle 11g.

I wrote the following command

impdp parlamento2018/scout1@ORCL directory=C:\Users\OracleUser\Desktop dumpfile=OA_HERE_MAPS.dmp

but the sqlplus return me the these errors:

ORA-39002: invalid operation

ORA-39070: Unable to open the log file.

ORA-39087: directory name C:\USERS\ORACLEUSER\DESKTOP is invalid

Thanks

Comments

1062147

Can anybody please answer my query.

Thanks

Alok Bakshi-Oracle
Vasim Patel-Oracle

hi

12.1.3, EDN supports only  Oracle AQ JMS and Oracle WebLogic Server JMS providers. MQ is not supported

by default the JMS type is WLJMS, to see the JMS type: goto EM-> right click soa-infra->Administration->System MBean Browser->search for EDNConfig mbean ->JmsType

You can define the event(.edl) from the schema(xsd) in JDeveloper for the soa server.

43 Using Business Events and the Event Delivery Network (12g Release 1 (12.1.3.0.0))

Vasim Patel-Oracle

Refer the following in the above link

http://docs.oracle.com/middleware/1213/soasuite/administer/business-events-manage.htm#SOAAG98178

Support for both the Oracle AQ JMS and Oracle WebLogic Server JMS providers. An Oracle WebLogic Server JMS topic (default) and an AQ JMS topic are automatically configured for EDN use after installation. The default JMS type can be switched from Oracle WebLogic Server JMS (default) to AQ JMS in Oracle Enterprise Manager Fusion Middleware Control. For more information, see "Mapping Business Events to JMS Topic Destinations on the Business Events Page" of Administering Oracle SOA Suite and Oracle Business Process Management Suite.

1062147

Hi,


How to achieve Throttling in SOA Suite or this is archive in WebLogic and OSB only ?

or SOA Suite dose does not provide any option to achieve Message Throttling form its GUI/JDeveloper or EM but through WebLogic or OSB it can be achieve ?


Thanks

1062147

If Event Driving Network is using Oracle AQ JMS and Oracle WebLogic Server JMS then why don’t we use JMS or AQ using Adapters. Then what is the benefits of using Even instated of using JMS because internally it is using JMS only ?

Vasim Patel-Oracle

Hi

EDN is a lightweight manager above JMS. By default SOA comes with OOTB EDN JMS topic.

EDN users don't need to directly handle underlying JMS destinations. They publish and subscribe events to EDN

Basic XPath filters supported by EDN.

Plus there is JMS API and EDN API available for non-SOA clients to pub/sub with SOA EDN.

Refer: 43 Using Business Events and the Event Delivery Network (12g Release 1 (12.1.3.0.0))

Vasim Patel-Oracle
Answer

Further main benefits of using EDN instead of JMS messaging are:

To interact with SOA components via EDN events

Strong typing with inherent XML support.

Easy to use: simple event type definition, pub/sub configuration (design-time), and you are ready to deploy/run.

No need to manage JMS administered objects, e.g. queue, connection factories, etc. - This is true in 11g. This is also true in 12c unless scalability becomes a concern where additional JMS topic is needed with event-to-JMS mapping change.

PL/SQL (database) publishers supported (if based on AQ).

Marked as Answer by 1062147 · Sep 27 2020
1 - 8

Post Details

Added on Nov 9 2018
19 comments
1,789 views