Closed rbaumgar closed 1 month ago
how did you create the secret ? please give us more details
$ oc get secret pdb1-secret -o yaml
apiVersion: v1
data:
sysadmin_pwd: xyz..
sysadmin_user: xyz..
webserver_pwd: xyz..
webserver_user: xyz..
kind: Secret
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","data": ...
creationTimestamp: "2024-08-20T15:10:23Z"
name: pdb1-secret
namespace: oracle
resourceVersion: "2615366039"
uid: 9c7656a4-f6ec-4283-9c07-75a5b80408cb
type: Opaque
What it the value of xyx for sysadmin_user?
base64 encryption for the sysadmin_user
Be careful this is not encrypted ... it's encoded given that, please provide the decoded value . It looks like you are using a reserved word.
sorry, typo: base64
please verify the credential you have specified in the pdb secret ..... this is not an operator issue E.G. SQL> CREATE PLUGGABLE DATABASE pdb1 ADMIN USER SYS IDENTIFIED BY chageme; CREATE PLUGGABLE DATABASE pdb1 ADMIN USER SYS IDENTIFIED BY chageme * ERROR at line 1: ORA-65001: missing or invalid administrative user name
when creating pdb ORA-65001: missing or invalid administrative user name ORA-06512: at line 3
ORDSVERSION=23.4.0-8
pdb.yaml:
Operatorlog: