Oracle is one of the external data sources you can use on the Kuika platform. You can quickly integrate your existing Oracle database as a data source into the application you are developing in Kuika. The main difference between Oracle and MSSQL DB workspaces is that MSSQL DB offers SQL Server specific features, while Oracle has extended SQL commands and functions. In this course, you will learn how to add Oracle as a data source to your applications.
This training content consists of the following topics:
“Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;”
This connection will work smoothly when the user information is entered correctly in the “myServerAddress”, “myDataBase”, “myUsername”, “myPassword” fields.