Hi All,
Quick background I am attempting to write a procedure to read from CSV and insert attributes into a Name Object.
Opening new thread, different issue I have run into.
I have recently tried to create a procedure for an ODI project (version ODI12c) when I try to run the procedure I get the following error code 'ODI-1246 The Logical Schema has not been set for (Procedure Name)'
I have created a physical and logical schema for my database ('OO') under the Oracle technology using 'OO' as the schema and wrep (User with WORKREP1) as the work schema.
I am using the JDBC URL 'jdbc:oracle:thin:@localhost:1521:xe' and have tested the connection to the database successfully.
I don't think I should need to create a logical schema for a procedure, although I might be wrong.
Any help will be most appreciated.
Regards,
William