SkillAgentSearch skills...

Panorama

Tool for performance analysis of Oracle databases

Install / Use

/learn @rammpeter/Panorama
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Panorama for Oracle-DB

Web-tool for analyzing performance issues of Oracle databases.<br/> Provides easy access to several current and historic state information of Oracle DBs.<br>

Dashboard

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

Installation / Usage

there are two ways to run Panorama:

  1. as Java program (jar file)
  2. as Docker container

1. Use Panorama as Java program (jar file)

  • Ensure you have Java installed (version 21 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 chosen database

2. Use Panorama as container

  • 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 chosen database

License

This application is available free of charge under the terms of the GNU General Public License.

Related Skills

View on GitHub
GitHub Stars36
CategoryOperations
Updated7h ago
Forks9

Languages

Ruby

Security Score

95/100

Audited on Apr 8, 2026

No findings