You run the database scripts as a post-installation task in the CA Strong Authentication installation procedure. 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.
|
|