Hello,
My Database version Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
OS: Windows 10 & Oracle Linux 7.7
I've created two database / services, named ORCL & TESTORCL
so, to connect i've to user sys/password@ORCL
& sys/password@TESTORCL as sysdba.
i want to run a script across two data base and want to generate bellow html reports,
| database/services | USERNAME |
| ORCL | 30 |
| TESTORCL | 40 |
CAN I do this, if yes, how ?
Thanks
Ask2Learn