Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tutorials/Oracle-to-Kafka/sql/schema-usrolr.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GRANT SELECT ON SYS.V_$DATABASE TO USROLR;
GRANT SELECT ON SYS.V_$DATABASE_INCARNATION TO USROLR;
GRANT SELECT ON SYS.V_$LOG TO USROLR;
GRANT SELECT ON SYS.V_$LOGFILE TO USROLR;
GRANT SELECT ON SYS.V_$PDBS TO USROLR;
GRANT SELECT ON SYS.V_$PARAMETER TO USROLR;
GRANT SELECT ON SYS.V_$STANDBY_LOG TO USROLR;
GRANT SELECT ON SYS.V_$TRANSPORTABLE_PLATFORM TO USROLR;
Expand Down
1 change: 1 addition & 0 deletions tutorials/Oracle-to-file/sql/schema-usrolr.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ GRANT SELECT ON SYS.V_$DATABASE TO USROLR;
GRANT SELECT ON SYS.V_$DATABASE_INCARNATION TO USROLR;
GRANT SELECT ON SYS.V_$LOG TO USROLR;
GRANT SELECT ON SYS.V_$LOGFILE TO USROLR;
GRANT SELECT ON SYS.V_$PDBS TO USROLR;
GRANT SELECT ON SYS.V_$PARAMETER TO USROLR;
GRANT SELECT ON SYS.V_$STANDBY_LOG TO USROLR;
GRANT SELECT ON SYS.V_$TRANSPORTABLE_PLATFORM TO USROLR;
Expand Down