[docs] Typo in oracle 'oradata' path

This commit is contained in:
Jose Luis 2021-11-09 14:18:58 +01:00 committed by Chris Cranford
parent b3faab170a
commit 57bb2bf603
3 changed files with 3 additions and 1 deletions

View File

@ -171,6 +171,7 @@ Jordan Bragg
Jork Zijlstra
Jorn Argelo
Jos Huiting
Jose Luis
Josh Arenberg
Josh Stanfield
Joy Gao

View File

@ -1326,7 +1326,7 @@ ORACLE_SID=ORACLCDB dbz_oracle sqlplus /nolog
CONNECT sys/top_secret AS SYSDBA
alter system set db_recovery_file_dest_size = 10G;
alter system set db_recovery_file_dest = '/opt/oracle/oradta/recovery_area' scope=spfile;
alter system set db_recovery_file_dest = '/opt/oracle/oradata/recovery_area' scope=spfile;
shutdown immediate
startup mount
alter database archivelog;

View File

@ -102,3 +102,4 @@ famartinrh,Fabian Martinez
PlugaruT,Plugaru Tudor
lujiefsi,陆杰
ahodavdekar,Abhishek Hodavdekar
josetesan,Jose Luis