Thanks to visit codestin.com
Credit goes to github.com

Skip to content

utPLSQL not found after doing installation with power shell #1062

New issue

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

Closed
steffenschneider opened this issue Mar 25, 2020 · 3 comments · Fixed by #1063
Closed

utPLSQL not found after doing installation with power shell #1062

steffenschneider opened this issue Mar 25, 2020 · 3 comments · Fixed by #1063

Comments

@steffenschneider
Copy link

steffenschneider commented Mar 25, 2020

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

  1. Installation steps with PowerShell on Windows --> http://utplsql.org/utPLSQL/latest/userguide/install.html
  2. when going to SQL Developer and running
    select substr(ut.version(),1,60) as ut_version from dual;
  3. the following error occurs
    ORA-00904: "UT"."VERSION": invalid identifier
  4. 00000 - "%s: invalid identifier"
    *Cause:
    *Action:
    Error at Line: 1 Column: 15

Expected behavior
I would expect the version number here.

@pesse
Copy link
Member

pesse commented Mar 25, 2020

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.

@steffenschneider
Copy link
Author

This would be helpful! Thank you.

@jgebal
Copy link
Member

jgebal commented Mar 25, 2020

Update to documentation would help.

jgebal added a commit that referenced this issue Mar 25, 2020
@jgebal jgebal self-assigned this Mar 25, 2020
@jgebal jgebal added this to the 3.1.11 milestone Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants