Skip to Content
0
Former Member
Apr 21, 2014 at 04:06 PM

I can't see tables in PB using Oracle 10g

101 Views

Good morning,

I can not see the tables on PB. I configured the connection and it showed to me "It is succesful". But when I try to see the tables I can't do it.

I do not if the problem is a compatibility between PB and database. I do not have problem connecting with Oracle SQL Developer and seen the tables.

The owner of the tables is REN

The schema is PBREN

The userID is pbren

The environment is:

- Windows 7 SP1 - 64 bit (My laptop)

- PowerBuilder 10.5

- Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit.

- Oracle Client 10.2.0 - 32 bit


Another thing... When I try to see the user or Procedures on the DB Option, PB stop immediately.


The exported profile is:

// Profile PBREN

SQLCA.DBMS = "O10 Oracle10g (10.1.0)"

SQLCA.LogPass = <********>

SQLCA.ServerName = "RENBD"

SQLCA.LogId = "pbren"

SQLCA.AutoCommit = False

SQLCA.DBParm = ""

Yesterday I wrote another post about problems with connection in a specific object, and probably it is the cause. I do not know.


NOTE: I use PB 10.5 because is the version of my client. I can't migrated to 12.5


Thanks in advance.


Luis