Oracle is one of the external data sources you can use on the Kuika platform. You can integrate an existing Oracle database as a data source into the application you develop in Kuika.
The main difference between Oracle and MSSQL DB is that MSSQL offers SQL Server specific features, while Oracle supports extended SQL commands and functions.
This course consists of the following topics:
After clicking the CREATE button, fill in the following fields on the screen that opens:
After completing the connection settings, check the correctness of the connection by clicking the Test button. After a successful connection test, click the CREATE button to create your data source.
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;