SC4.0 with Oracle as failover service - how is the v$sysstat view created?
Service for Oracle Guide"
states on page 23
"Create the v$sysstat view.
Run the catalog scripts that create the view. TheHA for Oracle fault
monitor uses
this view."
How is this done? How is this view created? Maybe I should be asking
on the oracle database forum.
Any help will be appreciated.....
Is the answer:
create view v$sysstat as select * from v$sysstat
I don't know basic sql......