Skip to Main Content

LiveLabs & Workshops

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Machine Learning REST Services Workshop › Load and Prepare Data >cannot select schema

User_WDP6YSep 8 2022

Hi team
When I follow the instructions of [Oracle Machine Learning REST Services Workshop-› Load and Prepare Data] step,
I can not specify or select the 【OMLUSER】 schema as instructed.
image.png

In my environment, it is all [undefined].
image.png
And in this lab, I don’t think there is any step to create schema in ADB.
Could you kindly help to identify what is missing or anything wrong?
thank you!

Comments

ORASCN

Hi ,
Check the below,

macro #ggexception
params (#source_schema, #table_name, #target_schema, #exception_table)
begin
map #source_schema.#table_name, TARGET #target_schema.#excception_table,
exceptionsonly, insertallrecords
colmap
(usedefaults,
gg_hostname = @getenv('ggenvironment','hostname'),
gg_db_name = @getenv('ggfileheader','dbname'));
end;

Regards,
Veera

1 - 1

Post Details

Added on Sep 8 2022
0 comments
191 views