Linking ubSQL:If installed ubSQL executable is compatible with your environment, skip linking step and just run ubSQL executable. Otherwise, you should link ubSQL to generate ubSQL executable as <oracle> user:
- make -f $ORACLE_HOME/rdbms/demo/demo_rdbms.mk build EXE=ubSQL OBJS=ubSQL.o
The steps above will generate ubSQL executable. If you don't have a certified C compiler, you get error. See Oracle Note:43208.1 for the certified C compilers.
Verifying InstallationIf you want to evaluate ubSQL, set LICENSE_KEY=EVALUATION in ubSQL.ini and run ubSQL. After running ubSQL, you should see the following messages:
- ./ubSQL
ubSQL: Release 4.2.2 - Production - _POSIX_VERSION: 200112
Copyright (c) 2005, ubTools, Adana/Turkey. All rights reserved.
Not connected to an instance.
WARNING: This is an evaluation version.
Targeted unload rows per session thread: <rowLimitPerSessionThread>
Maximum session thread : <sessionThreadLimit>
ubSQL>
Production License Key: If you need a production license key, set LICENSE_KEY=NULL in ubSQL.ini and run ubSQL. It will generate a pre-license key.
- ./ubSQL
ubSQL: Release 4.2.2 - Production - _POSIX_VERSION: 200112
Copyright (c) 2005, ubTools, Adana/Turkey. All rights reserved.
Not connected to an instance.
Contact Support with the pre-license key: <preLicenseKey>
ubSQL>
Email this key to ubTools. Then, ubTools provides a production license key.