Skip to content

Commit

Permalink
Correct typo. Set the sga_target parameter twice. Second should have …
Browse files Browse the repository at this point in the history
…been pga_aggregate_target.
  • Loading branch information
oraclebase committed Aug 31, 2018
1 parent 0554085 commit e07cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ol7_em13c/scripts/oracle_create_database.sh
Expand Up @@ -81,7 +81,7 @@ alter system set local_listener='LISTENER';
alter system set "_allow_insert_with_update_check"=true scope=both;
alter system set session_cached_cursors=200 scope=spfile;
alter system set sga_target=800M scope=both;
alter system set sga_target=450M scope=both;
alter system set pga_aggregate_target=450M scope=both;
exit;
EOF

Expand Down

0 comments on commit e07cf4b

Please sign in to comment.