{"id":13542608,"url":"https://github.com/oracle-samples/adbs-tools","last_synced_at":"2026-03-04T06:03:59.213Z","repository":{"id":93184879,"uuid":"578136537","full_name":"oracle-samples/adbs-tools","owner":"oracle-samples","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-07T20:34:27.000Z","size":101328,"stargazers_count":11,"open_issues_count":11,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-02T07:56:28.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-14T10:46:44.000Z","updated_at":"2025-05-06T23:16:35.000Z","dependencies_parsed_at":"2024-04-12T00:27:24.375Z","dependency_job_id":"b6e4df46-8958-413c-9047-a6da8fd7ca98","html_url":"https://github.com/oracle-samples/adbs-tools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oracle-samples/adbs-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fadbs-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fadbs-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fadbs-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fadbs-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle-samples","download_url":"https://codeload.github.com/oracle-samples/adbs-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fadbs-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30073706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T10:01:12.608Z","updated_at":"2026-03-04T06:03:59.197Z","avatar_url":"https://github.com/oracle-samples.png","language":null,"funding_links":[],"categories":["Others","others"],"sub_categories":[],"readme":"# adbs-tools\n\n`adbs-tools` is the repository for Oracle supported Autonomous Database Serverless (ADB-S) tools and applications. \nThese tools are intended to enhance and facilitate end-user experience in OCI and ADB-S.\n\n## The ADB App Store\nThe ADB App Store is an application launchpad for Oracle supported applications. Using the ADB App Store, tenants can install and manage the life cycle of these applications. Currently, the available applcations which can be deployed using the ADB App Store include:\n\n    ADB Cost-Usage Management Analytics application - Monitor and manage OCI resource consumption and cost\n    Workload Analytics \u0026 Reports (WAR) application  - Data analysis and visualization tool for Automatic Workload Repository\n    Visual Data Studio                              - Visualization tool for analytics data\n\n## Installation\nOracle provides the following supported scripts:\n\n    adb_app_store_install.sql                      - ADB App Store installation script\n    adb_app_store_get_URL.sql                      - ADB App Store get application URL\n    adb_app_store_check_jobs.sql                   - Check OCI Cost \u0026 Usage application scheduled jobs\n    adb_app_store_uninstall.sql                    - ADB App Store uninstall script\n    adb_app_store_workspace_uninstall.sql          - ADB App Store APEX workspace uninstall script\n\nTo install the ADB App Store, download the adb_app_store_install.sql and execute as the database ADMIN in your ADB-S database. To identify the application URL execute adb_app_store_get_URL.sql\n\n### ADB App Store Installation Pre-requisites\nThe ADB App Store leverages a new default database user \"ADB_APP_STORE\" which exists in all Autonomous Database Serverless (ADB-S) databases. The ADB_APP_STORE user has the necessary privileges to install other Oracle supplied ADB-S applications. This user account needs to be unlocked and the password reset:\n\n    alter user ADB_APP_STORE account unlock;\n    alter user ADB_APP_STORE identified by \u003cnew password\u003e;\n\n### ADB App Store Supported Application Installation\nOnce the ADB App Store installation SQL successfully executes and the application is installed, access the URL returned from the adb_app_store_get_URL.sql. Use the ADB_APP_STORE user credentials with the password you defined as described in the Pre-requisites above. The ADB App Store should return this page:\n\n![image](https://github.com/oracle-samples/adbs-tools/assets/8619317/6a643ae0-ff93-4736-8123-fa4224aa7425)\nClicking on any of the ADB App Cards will give you a description of the application with screen shots, installation instructions, application pre-requisites and the INSTALL button. For example, clicking on the OCI Cost \u0026 Usage Analytics ADB App card returns:\n\n\n![image](https://github.com/oracle-samples/adbs-tools/assets/8619317/361783aa-0056-43c6-8536-4793804050fb)\n\n### Supported SQL Clients\nSQL*Plus, \nSQL Developer, \nSQLcl, \nSQL Developer Web\n\nIn SQL*Plus, SQL Developer and SQLcl execute:\n\n    set define off;\n    @\u003clocal_file_path\u003e/adb_app_store_installation.sql\n#### NOTE: \nIn the Oracle SQL Developer Web client we can't use \"@\" symbol to run the sql file. Instead, open a new worksheet and paste the contents of the downloaded file. Click on \"Run Script\" to install the app.\n\n![image](https://github.com/oracle-samples/adbs-tools/assets/8619317/b367baba-1a6f-4c3f-86b1-d280bad35777)\n\n## Contributing\n\nThis project is not accepting external contributions at this time. For bugs or enhancement requests, please file a GitHub issue unless it’s security related. When filing a bug remember that the better written the bug is, the more likely it is to be fixed. If you think you’ve found a security vulnerability, do not raise a GitHub issue and follow the instructions in our [security policy](./SECURITY.md).\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process\n\n## License\n\nCopyright (c) 2022, 2023 year Oracle and/or its affiliates.\n\nReleased under the Universal Permissive License v1.0 as shown at\n\u003chttps://oss.oracle.com/licenses/upl/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-samples%2Fadbs-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle-samples%2Fadbs-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-samples%2Fadbs-tools/lists"}