Install Apps or Scripts
These scripts will use the UC_TESTINSTALL_1
schema and workspace to install applications or run SQL scripts. This is useful for testing application installs in a clean environment.
Test APEX Application Installs
Section titled “Test APEX Application Installs”Test application installations in a clean environment:
local-23ai.sh test-app-install ./path/to/my_app.sql
This will:
- Create or clear the
UC_TESTINSTALL_1
schema and workspace - Install your application
- Install any supporting objects (e.g., packages, types, etc.)
- Provide a summary with:
- Object types and counts
- List of invalid objects
- APEX object dependency scan results
Test SQL Scripts
Section titled “Test SQL Scripts”Test application installations in a clean environment:
local-23ai.sh test-script-install ./path/to/sql_script.sql
This will:
- Create or clear the
UC_TESTINSTALL_1
schema and workspace - Run your SQL script
- Provide a summary with:
- Object types and counts
- List of invalid objects