I have Oracle XE 11g 64 bit version installed in my laptop and I have created a user DSN in the ODBC Datasource tool 64 bit tool for the XE. and that got displayed in Uipath under connection settings but providing all the required uid and upassword, it is displaying architecture mismatch
error when test connection.
I understand I can uninstall 64 bit oracle xe and install 32 bit but is there any other way since in my project they say they have to go with 64 bit only. Please help and it is urgent
Install 32 bit and 64 bit Oracle 11g Client versions in your machine. While installing create separate folders for 32 bit version and 64 bit version. Try this and let me know.
Update your connection string in the ConnectionString field.
Select ProvideName as “System.Data.OracleClient”
Create a Variable for DatabaseConnection.
Now use this DatabaseConnection Variable as a ExistingConnection to Execute Query, Execute Non Query , Insert, Start Transaction. Create a DataTable variable for Database Output.
Don’t post Confidential information in the Forum(DB Details, Credentials etc). Check the Connection string once again , Seems there is a dot at the end, remove it.
Hi Ram,
Thanks, I was little exited.
My Bad, I missed to put the expression inside the quotation “” now no compile error but when I execute the main script, I get the below error,