User Tools

Site Tools


weblogicinstallation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
weblogicinstallation [2019/07/23 11:09] z0hpvkweblogicinstallation [2025/03/08 22:24] (current) – external edit 127.0.0.1
Line 37: Line 37:
 [[http://dirknachbar.blogspot.com/2017/09/oracle-forms-reports-122130-first-look.html | Oracle Forms/Reports New Features]] \\ [[http://dirknachbar.blogspot.com/2017/09/oracle-forms-reports-122130-first-look.html | Oracle Forms/Reports New Features]] \\
 [[https://docs.oracle.com/middleware/1221/formsandreports/deploy-forms/appc.htm#FSDEP457 | Configuration File Locations]] \\ [[https://docs.oracle.com/middleware/1221/formsandreports/deploy-forms/appc.htm#FSDEP457 | Configuration File Locations]] \\
 +
 +<code>
 +select NAME, type, (total_mb) TOTAL_MB,(usable_file_mb) FREE_MB, (total_mb-usable_file_mb)*1024*1024 USED_SPACE, round(100-(usable_file_mb*100/total_mb),2) PCT_USED from v$asm_diskgroup where state in ('MOUNTED','CONNECTED')
 +</code>
weblogicinstallation.1563880195.txt.gz · Last modified: 2025/03/08 22:23 (external edit)