Hi @peak0610 ,
I've not installed IFS Cloud yet but the error indicates you need to login as SYS but elevate the user to SYSDBA. When I have to login as SYS and elevate to SYSDBA I login using SYS as SYSDBA where I specify the username then enter my password. So I suspect you need to use SYS as SYSDBA wherever you put the user SYS.
Regards,
William Klotz
Hi @william.klotz
Thanks for your kind reply.
In order to elevate to SYSDBA, I tried to modify the CMD as below, it’s successful. Thanks so much!
CMD: .\installer.cmd --set action=dbinstaller --values ifscloud-values.yaml --values solutionset.yaml --set dbInstaller.sysPassword=****** --set dbInstaller.connectRole=SYSDBA
Thanks & Best regards
Hi @peak0610 ,
Please append the below installation parameters to the command.
--dbInstaller.sysPassword=**** --set dbInstaller.connectRole=SYSDBA
--set dbInstaller.connectRole=SYSDBA should work in this case but just wondering if you try to connect to the database from SYS user outside the DB server from sqlplus or plsql developer are you getting the same issue?