From 60bdd25a08a793966d5245772e6e4b41578dcaee Mon Sep 17 00:00:00 2001 From: Valeriu PLESNILA Date: Sun, 14 Jun 2026 10:48:42 +0200 Subject: [PATCH] 2026-06-14 08:48:42 --- tmp/26AI_noncdb.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tmp/26AI_noncdb.txt diff --git a/tmp/26AI_noncdb.txt b/tmp/26AI_noncdb.txt new file mode 100644 index 0000000..b40e24a --- /dev/null +++ b/tmp/26AI_noncdb.txt @@ -0,0 +1,34 @@ +oracle@bakura[MYDB]:/home/oracle$ cat /home/oracle/MYDB.ora + +*.compatible='23.6.0' +*.db_block_size=8192 +*.db_create_file_dest='/data' +*.db_name='MYDB' +*.db_recovery_file_dest='/reco' +*.db_recovery_file_dest_size=10240m +*.db_unique_name='MYDB' +*.diagnostic_dest='/app/oracle/base' +*.enable_pluggable_database=false +*.nls_language='AMERICAN' +*.nls_territory='AMERICA' +*.open_cursors=300 +*.pga_aggregate_target=768m +*.processes=320 +*.remote_login_passwordfile='EXCLUSIVE' +*.sga_target=2304m +*.undo_tablespace='UNDOTBS1' + + +oracle@bakura[MYDB]:/home/oracle$ s + +SQL*Plus: Release 23.26.1.0.0 - Production on Sun Jun 7 10:08:29 2026 +Version 23.26.1.0.0 + +Copyright (c) 1982, 2025, Oracle. All rights reserved. + +Connected to an idle instance. + +SQL> startup nomount pfile='/home/oracle/MYDB.ora' +ORA-65101: container database set up incorrectly +ORA-01078: failure in processing system parameters +SQL> Disconnected \ No newline at end of file