Perform the steps in this section if you want to use Oracle RAC with CA Risk Authentication 8.0.
You run database scripts as a arcot-db-config-for-common-2.0.sql script post-installation task. Before you run this script, modify it for Oracle RAC.
Follow these steps:
SELECT file_name, tablespace_name FROM dba_data_files
The following is sample output of this command:
+DATA\qadb\datafile\users.259.797224649 USERS +DATA\qadb\datafile\undotbs1.258.797224649 UNDOTBS1 +DATA\qadb\datafile\sysaux.257.797224647 SYSAUX
filename varchar2(50) := 'tabspace_arreports_'|| to_char(current_timestamp, 'YYYY-MM-DD-HH24-MI-SS') || '.dat';
filename varchar2(100) := '+shared_location/service_name/datafile/tabspace_arreports_'|| to_char(current_timestamp, 'YYYY-MM-DD-HH24-MI-SS') || '.dat';
In the new line:
The following is a sample line:
filename varchar2(100) := '+DATA/forwardinc/datafile/tabspace_arreports_'|| to_char(current_timestamp, 'YYYY-MM-DD-HH24-MI-SS') || '.dat';
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|