[Oracle] Please connect as the PowerBuilder Catalog Owner

“Please connect as the PowerBuilder Catalog Owner. This is necessary for the initial connection to Oracle to GRANT privileges on the repository.”

Ah… the pleasures of working with Oracle … This error occurs when the owner of the tables was not informed.

To solve this, we have two possibilities:

Solution 01: While configuring the Database (Database Profile Setup), click on System tab and fill in the field “PowerBuilder Catalog Table Owner.”

Solution 02: Include the code below in PowerBuilder’s ini file (pb.ini):

[Database]
NoCatalog = 1

The following two tabs change content below.
Software Architect and Backend Developer (almost Fullstack), I usually work with C#, PowerShell, Python, Golang, bash and Unity (this one is more for a hobby). I'm always looking for something new to learn, adding new tools to my utility belt.
Posted in Dev, PowerBuilder and tagged , , , , , , , , , , , .