We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running oradb-manage-db in a 12.2 home I get:
TASK [oradb-manage-db : manage-db | create/manage database] ******************** fatal: [server1012]: FAILED! => {"changed": false, "msg": "Something went wrong while executing sql_get - ORA-00904: \"SUPPLEMENTAL_LOG_DATA_SR\": invalid identifier sql: select SUPPLEMENTAL_LOG_DATA_MIN,SUPPLEMENTAL_LOG_DATA_PL,SUPPLEMENTAL_LOG_DATA_SR,SUPPLEMENTAL_LOG_DATA_PK,SUPPLEMENTAL_LOG_DATA_UI from v$database"}
See https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/V-DATABASE.html#fnsrc_d1671548e1705.
Could you please make oracle_db backward compatible to 12c again? Or did I miss something?
Kind Regards, Dietmar
The text was updated successfully, but these errors were encountered:
Is fixed with PR #147
Sorry, something went wrong.
Fix oravirt/ansible-oracle-modules#140
e232fad
No branches or pull requests
While running oradb-manage-db in a 12.2 home I get:
TASK [oradb-manage-db : manage-db | create/manage database] ******************** fatal: [server1012]: FAILED! => {"changed": false, "msg": "Something went wrong while executing sql_get - ORA-00904: \"SUPPLEMENTAL_LOG_DATA_SR\": invalid identifier sql: select SUPPLEMENTAL_LOG_DATA_MIN,SUPPLEMENTAL_LOG_DATA_PL,SUPPLEMENTAL_LOG_DATA_SR,SUPPLEMENTAL_LOG_DATA_PK,SUPPLEMENTAL_LOG_DATA_UI from v$database"}
See https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/V-DATABASE.html#fnsrc_d1671548e1705.
Could you please make oracle_db backward compatible to 12c again? Or did I miss something?
Kind Regards,
Dietmar
The text was updated successfully, but these errors were encountered: