Skip to content

ORACLE Database Connection Guide

This document provides instructions for connecting to the database using the given credentials.

Connection Details

  • Method: Standard (TCP/IP)
  • Hostname: qcstun-qcint.quintessence.de, for local connect between VMs use qcodb01-qcint [depend od DB, current host includes ASGARDBUILD, KRTESTDB]
  • Port: 1521
  • SID: xe
  • Username: (should be added manually)
  • Password: (should be added manually)

Step-by-Step Setup

Using SQL Developer:

  1. Open SQL Developer.
  2. Click +
  3. Create a new connection:
    • Name: _add_name_
    • Username:
    • Password:
    • Port: 1521
    • SID: xe
  4. Click Test to verify.
  5. If successful, click Save and Connect.

img.png

Changelog

Date Author Message
2026-02-25 aresnikowa Merge remote-tracking branch 'origin/master'