Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TristanOrta/735ea5672195fd32aa6ab236dcf82016 to your computer and use it in GitHub Desktop.
Save TristanOrta/735ea5672195fd32aa6ab236dcf82016 to your computer and use it in GitHub Desktop.
Installation of Powerbuilder with Oracle 9i / Instalación de powerbuilder con oracle 9i

Installation of PowerBuilder with Oracle 9i

These instructions are meant to address the error generated by PowerBuilder when used with Oracle 9i, which does not recognize the Oracle TNSNames when creating a data profile. This bug is fixed in Oracle 11.

  1. Install the Oracle 9i client:

    • Begin by installing the Oracle 9i client in the usual manner.
  2. Run PowerBuilder Installer:

    • Run the PowerBuilder installer and follow the provided instructions.

Note:

  • PowerBuilder is installed by default in the C:\Program Files (x86)\ folder.
  • For Oracle, PowerBuilder should be installed in the C:\Program Files\ folder. This is because client Oracle 9i encounters issues when reading strings with "()" (in this case, "(x86)").

Instalación de PowerBuilder con Oracle 9i

Estas instrucciones están destinadas a evitar el error generado por PowerBuilder al usarlo con el cliente Oracle 9i, que no reconoce los TNSNames de Oracle al crear un perfil de datos. Este error se corrige en Oracle 11.

  1. Instalar el cliente Oracle 9i:

    • Comienza instalando el cliente Oracle 9i de la manera habitual.
  2. Ejecutar el instalador de PowerBuilder:

    • Ejecuta el instalador de PowerBuilder y sigue las instrucciones proporcionadas.

Nota:

  • PowerBuilder se instala por defecto en la carpeta C:\Program Files (x86)\.
  • Para Oracle, PowerBuilder debe instalarse en la carpeta C:\Program Files\, ya que Oracle 9i tiene problemas para leer cadenas con "()" (en este caso, "(x86)").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment