Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleHow to find out the Oracle System ID (SID)?
  1. After successfully connecting to the Oracle database at the command prompt as suggested in previous question, enter the following command:

    Code Block
    languagebash
    show parameter service_name


  2. In the result, the VALUE column displays the Oracle SID.

    Finding Oracle SID


Expand
titleWhat to update in the ‘config.txt’ file for deploying Canvas?

The ‘config.txt’ file contains the configuration details to connect to the database and execute the schema scripts of Canvas Technology framework. It is essential that you provide the correct DBA user ID and password in the ‘config.txt’ file to connect to the Oracle database. The Canvas schema scripts are executed on the connected database.

Updating config.txt fileImage Added