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

Skip to content

Errors when installing 3.1.6.2735 #932

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
manolan1 opened this issue Jun 7, 2019 · 6 comments
Closed

Errors when installing 3.1.6.2735 #932

manolan1 opened this issue Jun 7, 2019 · 6 comments

Comments

@manolan1
Copy link

manolan1 commented Jun 7, 2019

When installing 3.1.6.2735, receive multiple errors similar to warning on issue #879

Extract from install log:

--------------------------------------------------------------

Installing component UT_CURSOR_DETAILS

--------------------------------------------------------------

Installing component UT_DATA_VALUE_ANYDATA


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_BLOB


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_BOOLEAN


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_CLOB


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_DATE


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_DSINTERVAL


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_NUMBER


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_REFCURSOR


Errors for TYPE UT3.UT_DATA_VALUE_ANYDATA:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PL/SQL: Compilation unit analysis terminated
1/34     PLS-00201: identifier 'UT_DATA_VALUE_REFCURSOR' must be declared
--------------------------------------------------------------

Installing component UT_DATA_VALUE_ANYDATA

--------------------------------------------------------------

Installing component UT_DATA_VALUE_TIMESTAMP

--------------------------------------------------------------

Provide version info

18.0.0.0.0
18.0.0


PL/SQL procedure successfully completed.

UT_VERSION                                                  
------------------------------------------------------------
v3.1.6.2735


BANNER                                                                           BANNER_FULL                                                                                                                                                      BANNER_LEGACY                                                                        CON_ID
-------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ----------
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                                                                                                                                                                                                                                          



PARAMETER                      VALUE                                                           
------------------------------ ----------------------------------------------------------------
NLS_LANGUAGE                   AMERICAN                                                        
NLS_TERRITORY                  AMERICA                                                         
NLS_CURRENCY                   $                                                               
NLS_ISO_CURRENCY               AMERICA                                                         
NLS_NUMERIC_CHARACTERS         .,                                                              
NLS_CALENDAR                   GREGORIAN                                                       
NLS_DATE_FORMAT                DD-MON-RR                                                       
NLS_DATE_LANGUAGE              AMERICAN                                                        
NLS_SORT                       BINARY                                                          
NLS_TIME_FORMAT                HH.MI.SSXFF AM                                                  
NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM                                        

PARAMETER                      VALUE                                                           
------------------------------ ----------------------------------------------------------------
NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR                                              
NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR                                    
NLS_DUAL_CURRENCY              $                                                               
NLS_COMP                       BINARY                                                          
NLS_LENGTH_SEMANTICS           BYTE                                                            
NLS_NCHAR_CONV_EXCP            FALSE                                                           

17 rows selected. 


PORT_STRING                                                 
------------------------------------------------------------
IBMPC/WIN_NT64-9.1.0

Information about client software
SQL Developer 18.4

To Reproduce
Standard install: run schema creation, run install

Expected behavior
I was expecting the behaviour of #879

Additional context
I have another installation that exhibited exactly the behaviour of #879 and also claims to be 3.1.6.2735. The only difference in the fingerprint data above is that the other system has all NLS parameters set for UK rather than US.

@jgebal , you will be interested to know that we met when you came to present utPLSQL to a group of students at your company. This issue is related to building a training VM since we have now added utPLSQL to the curriculum of that course ;)

@manolan1
Copy link
Author

manolan1 commented Jun 7, 2019

Just in case, I did a full directory compare between the two versions and they are absolutely identical, so this is not some misidentified download file or rogue version.

@lwasylow
Copy link
Member

lwasylow commented Jun 7, 2019

Hi
According to mentioned issue above this is being fixed in next release 3.1.7. Can you test develop branch?

@manolan1
Copy link
Author

manolan1 commented Jun 7, 2019

But actually, this is not #879, it is only like #879. Because #879 is a single warning and this is a series of errors. However, I will test dev branch. Should I just pull it from github?

@manolan1
Copy link
Author

manolan1 commented Jun 7, 2019

OK, perhaps this is #879!

I did the following:

  1. Retried the installation of 3.1.6 through sqlplus. That worked with the one warning that I expected.
  2. Tried the develop branch through SQL Developer. That worked perfectly.

So, either SQL Developer has an additional problem with #879, or SQL Developer reports more errors!

@manolan1
Copy link
Author

manolan1 commented Jun 7, 2019

Since my issue is now resolved, shall I just close this, or are you interested in why the two tools gave such different results?

@lwasylow
Copy link
Member

lwasylow commented Jun 7, 2019

We can close it if it's not longer a problem.

@manolan1 manolan1 closed this as completed Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants