Hello,
I followed the YouTube video with Martin's presentation.
Setup is done and correct (I guess). I can export an existing application but if I try to follow the example with generating a object "v_emp" like in the video, the compile process runs in an issue with the following message:
> Executing task: .vscode/scripts/run_sql.sh "scripts/user-config.sh" "/Users/cc13/Documents/Oracle/APEX/scripts/user-config.sh" <
Parsing file: /Users/cc13/Documents/Oracle/APEX/scripts/user-config.sh
pwd: /Users/cc13/Documents/Oracle/APEX
SQL*Plus: Release 19.0.0.0.0 - Production on Fri Aug 13 13:51:38 2021
Version 19.8.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
ERROR:
ORA-28759: failure to open file
Enter user-name: SP2-0306: Invalid option.
Usage: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM|SYSBACKUP|SYSDG|SYSKM|SYSRAC}] [edition=value]]
where <logon> ::= <username>[/<password>][@<connect_identifier>]
<proxy> ::= <proxyuser>[<username>][/<password>][@<connect_identifier>]
Enter user-name: Enter password:
ERROR:
ORA-12162: TNS:net service name is incorrectly specified
SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
The terminal process "bash '-c', '.vscode/scripts/run_sql.sh "scripts/user-config.sh" "/Users/cc13/Documents/Oracle/APEX/scripts/user-config.sh"'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
Any idea what's wrong?
Thanks,
Carsten
Hello,
I followed the YouTube video with Martin's presentation.
Setup is done and correct (I guess). I can export an existing application but if I try to follow the example with generating a object "v_emp" like in the video, the compile process runs in an issue with the following message:
Any idea what's wrong?
Thanks,
Carsten