Skip to content

DPY-2035: invalid object type name #149

Closed Answered by anthony-tuininga
TheSteveBurgess asked this question in Q&A

You must be logged in to vote

I'm not completely sure what Oracle client the library is using

You can find out by getting the result of this:

oracledb.clientversion()

I'm getting the error as soon as I hit the line type_str_verbali = connection.gettype('PKG11_STR.str_verbali')

This may be as simple as converting the name to all uppercase. Type names are case sensitive. If you create the type without quotes, however, Oracle Database converts the name to all uppercase!

Replies: 4 comments 15 replies

You must be logged in to vote
11 replies
@TheSteveBurgess

@TheSteveBurgess

@anthony-tuininga

@TheSteveBurgess

@anthony-tuininga

You must be logged in to vote
0 replies

You must be logged in to vote
4 replies
@cjbj

cjbj Dec 18, 2023
Maintainer

@santoclemenzi

@santoclemenzi

@anthony-tuininga

Answer selected by anthony-tuininga

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants