Skip to content
#

oracle-database

Here are 564 public repositories matching this topic...

vscode-sqltools
utPLSQL
wolframhaussig
wolframhaussig commented Mar 11, 2020

Is your feature request related to a problem? Please describe.
We have a database schema which includes temporary objects - this means objects which are required only for a short time like procedure for upgrades or objects which are still work in progress - and legacy test code. Temporary objects are always prefixed with the username of the author like:
windowsusr_my_table
Test Procedures a

ratcashdev
ratcashdev commented Oct 31, 2018

Building fails:

Running transaction
  Installing : file-5.11-33.el7.x86_64                                      1/2 
su: cannot open session: Permission denied
[SEVERE] The su command is not configured properly or the oracle user does not have the required privileges to install the Oracle database. If you are running in a Docker environment, ensure to set the environment variable ORACLE_D
Rendanic
Rendanic commented Apr 22, 2018

I reorgnized the directory structure for my inventory in ansible-oracle.

tree inventory/

inventory/
└── orafs
    ├── group_vars
    │   └── all
    ├── hosts
    └── host_vars
        └── oradb03
            └── vars.yml
        └── oradb04
            └── vars.yml

Replace hosts with symbolic links to the files in inventory when a central file for the hosts-inventory

pesse
pesse commented Feb 3, 2020

While all necessary information is available, it might help folks new to cli to have a comprehensive list of usage examples

  • Using suite-path instead of package
  • call tests of different users
  • call certain tags
  • call specific contexts

@jgebal Do you think it might be valuable to add a notice that cli offers the full functionality of ut.run-API (besides a_force_manual_rollback)?

Improve this page

Add a description, image, and links to the oracle-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oracle-database topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.