Skip to content
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

utPLSQL 3.1.7 is not installable anymore in Oracle EE 11.2.0.4 #959

Closed
tkleiber opened this issue Jun 26, 2019 · 2 comments
Closed

utPLSQL 3.1.7 is not installable anymore in Oracle EE 11.2.0.4 #959

tkleiber opened this issue Jun 26, 2019 · 2 comments

Comments

@tkleiber
Copy link

tkleiber commented Jun 26, 2019

Describe the bug

Installation shows following compile errors on Oracle EE 11.2.0.4, errors does not happen on EE 19.3.0.0.0:

--------------------------------------------------------------
Validating installation
--------------------------------------------------------------
PACKAGE BODY UT_COMPOUND_DATA_HELPER                 1        732         16 PLS-00642: Lokale Erfassungstypen in SQL-Anweisungen nicht zulässig
PACKAGE BODY UT_COMPOUND_DATA_HELPER                 2        732         10 PL/SQL: ORA-22905: Zugriff auf Zeilen eines Objekts, das keine Nested Table ist, nicht möglich
PACKAGE BODY UT_COMPOUND_DATA_HELPER                 3        730          5 PL/SQL: SQL Statement ignored
begin
*
FEHLER in Zeile 1:
ORA-20000: Not all sources were successfully installed.
ORA-06512: in Zeile 3

Provide version info
Information about utPLSQL and Database version,

11.2.0.4.0
11.2.0.0.0
-
BANNER                                                                          
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production
CORE	11.2.0.4.0	Production  
TNS for Linux: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production


PARAMETER                      VALUE                                   
------------------------------ ----------------------------------------
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                  

PARAMETER                      VALUE                                   
------------------------------ ----------------------------------------
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                                   

17 rows selected. 


PORT_STRING                                                 
------------------------------------------------------------
x86_64/Linux 2.4.xx

Information about client software
Installation via SQL Plus.

To Reproduce
Steps to reproduce the behavior:

  1. connect to database EE 11.2.0.4 with sqlplus as dba
  2. run @install_headless.sql

Expected behavior
Installation should not get compile errors.

Example code

Additional context

@tkleiber tkleiber changed the title utPLSQL 3.1.7 is not installable anymoore in Oracle EE 11.2.0.4 utPLSQL 3.1.7 is not installable anymore in Oracle EE 11.2.0.4 Jun 26, 2019
@lwasylow
Copy link
Member

lwasylow commented Jun 26, 2019

Hi
That will be fixed in 3.1.8 and is fixed in current develop.
It's reported by #947
Long story short for some bizarre reasons the 11.2 XE not failing on compilation and that slipped through our builds.
Sorry for inconvenience.

@tkleiber
Copy link
Author

Thanks, tested succesfully with 3.1.8.3126-develop.

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