DBA_PROFILES Check profiles in Oracle


SET HEAD OFF
SPOOL DBAPROF.TXT
SELECT SUBSTR(PROFILE,1,10),SUBSTR(RESOURCE_NAME,1,20),SUBSTR(LIMIT,1,10)
FROM DBA_PROFILES ORDER BY PROFILE,RESOURCE_NAME;
SPOOL OUT
ED DBAPROF.TXT

Post a Comment

And that's all there is to it!

If anyone has any other questions or requests for future How To posts, you can either ask them in the comments or email me. Please don't feel shy at all!

I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.

Previous Post Next Post