Jump to content

This topic is 3448 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am using Import script step to move data into Oracle database using ODBC connection. It is working if there is data/text in the field but it does not push blanks into fields in Oracle db. Any suggestions?

Posted

Import script step can only get data into FM.  If you are creating records or updating records in Oracle you should be using the Execute SQL script step...

Do you get any errors logged on the Oracle side?  Any field validations on the Oracle side where it would not accept empty values?

Posted

"Blanks" may require NULL. FMP doesn't know what NULL is. :)

and/or your columns may be NOT NULL and that is your error. Yes, log and look at the logs.

This topic is 3448 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.