Web-tool for analyzing performance issues of Oracle databases.
Provides easy access to several current and historic state information of Oracle DBs.
For more details please have a look at:
- a more comprehensive documentation: https://rammpeter.github.io/panorama.html
- the blog about Oracle performance topics: https://rammpeter.blogspot.com
there are two ways to run Panorama:
- as Java program (jar file)
- as Docker container
- Ensure you have Java installed (version 8 or higher)
- Download the latest release of Panorama.jar from https://github.com/rammpeter/panorama/releases/latest
- Start the application by executing the jar file in a terminal:
> java -jar panorama.jar
- Open the application in your browser: http://localhost:8080
- Login with an Oracle user of the choosen database
- Ensure you have Docker or Podman installed
- Run the application by executing the following command in a terminal:
> docker run -p 8080:8080 docker.io/rammpeter/panorama
- Open the application in your browser: http://localhost:8080
- Login with an Oracle user of the choosen database
This application is available free of charge under the terms of the GNU General Public License.