My Oracle Support Banner

EMF Output Table Is Getting Created In Sandbox Schema And Not In Atomic Schema (Doc ID 2954061.1)

Last updated on JUNE 12, 2023

Applies to:

Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.7.5.0 and later
Information in this document applies to any platform.

Goal

On executing a simple model by reading the input table in atomic schema and then write to a output table, why is the target/output table is getting created in sandbox schema and not in atomic schema?

Below is the code snippet that they are using.
Reading the input table from atomic schema:
ore.sync(query=c("r_input_1"="SELECT * from <input table>" ))
r_input_temp df Writing to a table:
ore.drop(table="<output table>")
ore.create(DF_CF, "<output table>")
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.