Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug UT not installed correctly?
Provide version info 18.0.0.0.0 18.0.0
Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production 0 Version 18.4.0.0.0
NLS_LANGUAGE ENGLISH NLS_TERRITORY GERMANY NLS_CURRENCY € NLS_ISO_CURRENCY GERMANY NLS_NUMERIC_CHARACTERS ,. NLS_CALENDAR GREGORIAN NLS_DATE_FORMAT DD.MM.RR NLS_DATE_LANGUAGE ENGLISH NLS_SORT BINARY NLS_TIME_FORMAT HH24:MI:SSXFF NLS_TIMESTAMP_FORMAT DD.MM.RR HH24:MI:SSXFF NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR NLS_TIMESTAMP_TZ_FORMAT DD.MM.RR HH24:MI:SSXFF TZR NLS_DUAL_CURRENCY € NLS_COMP BINARY NLS_LENGTH_SEMANTICS BYTE NLS_NCHAR_CONV_EXCP FALSE IBMPC/WIN_NT64-9.1.0
Information about client software SQLDeveloper
To Reproduce
Expected behavior I would expect the version number here.
The text was updated successfully, but these errors were encountered:
The powershell script does only download the latest version of utPLSQL - it doesn't install it. You need to follow the following sections, e.g. http://utplsql.org/utPLSQL/latest/userguide/install.html#headless-installation
@jgebal Maybe we should structure the manual in a different way. At the moment, it could be read as if the PS-Script does a complete installation.
Sorry, something went wrong.
This would be helpful! Thank you.
Update to documentation would help.
Restructuring utPSLQL install guide.
fa4c6b7
Resolves #1062
jgebal
Successfully merging a pull request may close this issue.
Describe the bug
UT not installed correctly?
Provide version info
18.0.0.0.0
18.0.0
Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production 0
Version 18.4.0.0.0
NLS_LANGUAGE ENGLISH
NLS_TERRITORY GERMANY
NLS_CURRENCY €
NLS_ISO_CURRENCY GERMANY
NLS_NUMERIC_CHARACTERS ,.
NLS_CALENDAR GREGORIAN
NLS_DATE_FORMAT DD.MM.RR
NLS_DATE_LANGUAGE ENGLISH
NLS_SORT BINARY
NLS_TIME_FORMAT HH24:MI:SSXFF
NLS_TIMESTAMP_FORMAT DD.MM.RR HH24:MI:SSXFF
NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
NLS_TIMESTAMP_TZ_FORMAT DD.MM.RR HH24:MI:SSXFF TZR
NLS_DUAL_CURRENCY €
NLS_COMP BINARY
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE
IBMPC/WIN_NT64-9.1.0
Information about client software
SQLDeveloper
To Reproduce
select substr(ut.version(),1,60) as ut_version from dual;
ORA-00904: "UT"."VERSION": invalid identifier
*Cause:
*Action:
Error at Line: 1 Column: 15
Expected behavior
I would expect the version number here.
The text was updated successfully, but these errors were encountered: