This topic describes how to run the statement to update the SDB version to the current release compatible version (for example, SDB 12.3).
-
Open SQL*Plus and connect to the database as sysdba, as shown below:
Sqlplus /nolog
connect sys/<password> as sysdba
If you are on a multi-tenant architecture (CDB or PDB), ensure that you are connected to PDB and not to CDB.
-
Run the following statement:
INSERT INTO SDB_SYS.SDB_SERVICE_PACK (version_num,version_name,hotfix_num,version_date,comments) VALUES('12.03.00.3303','SDB 12.3',null,SYSDATE,null);