スキップしてコンテンツを表示

RDS Oracle Spatial option not enabled

0

Hello, I have created a RDS option group with SPATIAL option and use it with my instance (reboot instance). Followed instructions from here: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Options.Spatial.html I had no errors in the console but running the following query it returns false for the value column: select parameter, value from v$option where upper(parameter) ='SPATIAL' order by 1 desc;

Any ideas how to check what happened? Thanks!

1回答
2

Hi I did a quick test with RDS Oracle 19.0.0.0.ru-2022-10.rur-2022-10.r1 EE version.

After adding the option into the option group and running the query shared, I got TRUE for the result. Note, restart is not required.

Looks like we might need a deeper look into the instance, if you have support plan I would suggest reach support to check further. If no support plan,

I would suggest check the page: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Options.Spatial.html for

  1. prerequisites?
  2. Status of the option group: is it in status "in sync"?
  3. Is instance status in Available state?
  4. If having another environment, can test adding option from scratch
  5. for the existing instance, drop the option and re-add see if that fix issue or not.
AWS
サポートエンジニア
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ