APEX_Freelancer
APEX_Freelancer

Reputation: 31

How i can export RAS (Real Application Security) objects from ORACLE DB

I use RASADM-tool to create RAS objects interactively. But now i need to deploy RAS objects from DEV to TEST. Are there any tools to export this objects (SQL Developer addons or similar) ?

Upvotes: 0

Views: 184

Answers (2)

Khalil
Khalil

Reputation: 51

Use PL/SQL procedure (DBMS_METADATA.GET_DDL).

Upvotes: 0

APEX_Freelancer
APEX_Freelancer

Reputation: 31

I was tired of waiting and has writing free open-source export application available on GitHub

https://github.com/glebovpavel/RAS-Export

Upvotes: 3

Related Questions