- Move oracle/migration-scripts/ to proxmox/lxc108-oracle/migration/ - Move oracle/roa/ and oracle/roa-romconstruct/ to proxmox/lxc108-oracle/sql/ - Move oracle/standby-server-scripts/ to proxmox/vm109-windows-dr/ - Move chatbot/ to proxmox/lxc104-flowise/ - Update proxmox/README.md with new structure and navigation - Update all documentation with correct directory references - Remove unused input/claude-agent-sdk/ files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
800 B
Plaintext
35 lines
800 B
Plaintext
# Initialization Parameters for ROA Database - DR VM
|
|
# Generated: 2025-10-09 04:07:45
|
|
|
|
# Database Identification
|
|
db_name=ROA
|
|
db_unique_name=ROA
|
|
|
|
# Memory Configuration
|
|
memory_target=1024M
|
|
memory_max_target=1024M
|
|
|
|
# File Locations
|
|
control_files=('C:\Users\oracle\oradata\ROA\control01.ctl', 'C:\Users\oracle\recovery_area\ROA\control02.ctl')
|
|
db_recovery_file_dest='C:\Users\oracle\recovery_area'
|
|
db_recovery_file_dest_size=20G
|
|
audit_file_dest='C:\Users\oracle\admin\ROA\adump'
|
|
|
|
# Redo and Archive Log
|
|
log_archive_format=%t_%s_%r.dbf
|
|
|
|
# Compatibility
|
|
compatible=19.0.0
|
|
|
|
# Character Set
|
|
nls_language=AMERICAN
|
|
nls_territory=AMERICA
|
|
|
|
# Processes and Sessions
|
|
processes=300
|
|
sessions=472
|
|
|
|
# Miscellaneous
|
|
diagnostic_dest='C:\Users\oracle'
|
|
_allow_resetlogs_corruption=TRUE
|