Skip to content

Commit 78e27cf

Browse files
Test suite updates.
1 parent 5e34964 commit 78e27cf

File tree

4 files changed

+357
-300
lines changed

4 files changed

+357
-300
lines changed

tests/sql/create_schema_cloud.sql

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-----------------------------------------------------------------------------
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
33
*
44
* This software is dual-licensed to you under the Universal Permissive License
55
* (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
@@ -32,5 +32,11 @@
3232
* executed by the Python script create_schema.py.
3333
*---------------------------------------------------------------------------*/
3434

35+
grant select on v$database to &main_user
36+
/
37+
38+
grant select on v$parameter to &main_user
39+
/
40+
3541
grant select on v$session to &main_user
3642
/

0 commit comments

Comments
 (0)