Skip to content

Commit 0a36b23

Browse files
remove "$" from sql (#368)
* enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * observability * enable teq * enable teq * enable teq * enable teq * enable teq * observability work * observability work * enable teq * enable teq * enable teq * observ * enable teq * observability dash * observability * osbservability * enable teq * enable teq * enable teq * obs * obs * enable teq * obs * enable teq * observ * obs * converged wording change * fix k6 command * correct workshop link * update workshop link * modifiy python impl to conn.autocommit = False * enable teq * various including security fix in inventory-nodejs * various including security fix in inventory-nodejs * various including security fix in inventory-nodejs * enable teq * inventory-micronaut * inventory-micronaut * inventory-quarkus * inventory-micronaut-native-image * upgrade helidon and db versions * mn and quarkus build wrappers * mn native-image build and deploy fixes * mn native-image build and deploy fixes * mn native-image use JsonObject instead of Jackson * dotnet vault work, etc. * vault work, various languages * Go OCI Vault/Secrets client * displaysetuplogs util script * displaysetuplogs util script * displaysetuplogs util script * displaysetuplogs util script * createsecretfromwallet * createsecretfromwallet * createsecretfromwallet * set order and inventory helidon versions back to 2.4.0 * travelagency readme * createsecretfromwallet * temp eventmesh and osaga java api * travelagencysaga * observability workshop and various fixes * travelagency saga ws work * saga ws work * saga ws * saga ws * saga ws * saga ws * saga ws * osaga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * obs ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * obs ws * saga ws * obs ws * foodwinepairing scripts were not chmoded properly * fix inventory-helidon/deploy.sh to renable IS_SUGGESTIVE_SALE_ENABLED functionality * ws fixes * revert unrelated changes * revert unwanted changes * saga ws * ws fixes * fix typo * remove extraneous deploy-order-metrics-exporter.sh * fix typo * jackson databind version change to address https://github.com/oracle/microservices-datadriven/security/dependabot/5 * remove verrazzano yaml etc * add back privs for observability * add back db-log-exporter deploy * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability
1 parent 298b7ea commit 0a36b23

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

grabdish/config/db/common/apply/admin-inventory-create-schema.sql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@ GRANT aq_user_role TO $INVENTORY_USER;
99
GRANT EXECUTE ON sys.dbms_aq TO $INVENTORY_USER;
1010
-- For inventory-plsql deployment
1111
GRANT CREATE JOB to $INVENTORY_USER;
12-
GRANT EXECUTE ON sys.DBMS_SCHEDULER TO $INVENTORY_USER;
13-
--GRANT select on GV$SESSION to inventoryuser;
14-
GRANT select on DBA_QUEUE_SCHEDULES to inventoryuser;
15-
--GRANT select on V$diag_alert_ext to inventoryuser
16-
--GRANT select on v$active_session_history to inventoryuser;
12+
GRANT EXECUTE ON sys.DBMS_SCHEDULER TO $INVENTORY_USER;

grabdish/config/db/common/apply/admin-order-create-schema.sql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ GRANT unlimited tablespace to $ORDER_USER;
77
GRANT connect, resource TO $ORDER_USER;
88
GRANT aq_user_role TO $ORDER_USER;
99
GRANT EXECUTE ON sys.dbms_aq TO $ORDER_USER;
10-
GRANT SODA_APP to $ORDER_USER;
11-
--GRANT select on GV$SESSION to orderuser;
12-
GRANT select on DBA_QUEUE_SCHEDULES to orderuser;
13-
--GRANT select on V$diag_alert_ext to orderuser;
14-
--GRANT select on v$active_session_history to orderuser;
10+
GRANT SODA_APP to $ORDER_USER;

0 commit comments

Comments
 (0)