Last active
July 13, 2025 08:26
-
-
Save jhrcook/5238fb7a7782db8bcb10c8d531fe9d38 to your computer and use it in GitHub Desktop.
A list of GitHub badges I usually add to me README files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great question, Sam — and you’re 100% right: they’re never handing you SYSDBA — nor should they. But you don’t need that.
Here’s the minimum role and access you should request to do what you need:
✅
Request This Oracle Role Setup
“I’m requesting a read-only account with permissions equivalent to the SELECT_CATALOG_ROLE and CONNECT roles. I do not need any write, DDL, or admin access.”
🧠 Why These Work for You
You do not need:
🔐 You’ll Be Able To:
SELECT * FROM T294 WHERE ...
📨 Suggested Line to Include in Your Access Request
“All I need is a basic read-only account — no write or DDL access. Just CONNECT and SELECT_CATALOG_ROLE so I can independently validate source data for the TSR/CSA migration project without relying on Dan or causing risk to production systems.”
Once they greenlight it, you’ll use:
Let me know when you get access — I’ll help you set up reusable SQL scripts to troubleshoot and verify imports like a damn pro.
``