It is solved now. The solution is do not unzip setup_fmw_12.2.1.3.0_fr_win64-2.zip file and keep it together with the first exe file, setup_fmw_12.2.1.3.0_fr_win64.exe. Run the exe in admin mode.
I am trying to connect my grails project to Oracle databse(Oracle 12c) in windows(8) system. However, whenever I run my application I get following exception :
Caused by: org.apache.commons.dbcp.SQLNestedException:
Cannot create PoolableConnectionFactory (ORA-28040:
No matching authentication …
I just installed Oracle, and it was missing the Scott schema. So i am trying to generate it myself. I got the sql script of Scott schema, but when i try to run the query:
create user Scott identified by …
Background
I need to fetch a few thousands rows from Oracle and convert them to JSON for use in SlickGrid.
Currently I am fetching the rows in PHP, converting it from ISO to UTF-8 with iconv and exporting to json …