How to Check if Oracle Flex ASM is Configured?
Checking oracle Flex ASM is configured or not is super easy.Just oracle ASM environment and execute the below command
set linesize 200 set pagesize 100 set trimspool on column table_owner format a25 heading 'TABLE_OWNER' column tabl...
No comments:
Post a Comment