after i install xi3.1 on teh new server i will have to configure the Audit and CMS dB on this new server . i need to know how i can do it on oracle and sql server . i am asking both because i still dont know which would be used .
I havent installed or configured cms and audit on any other db except mysql whic is deafult.
so once i configure new server on let say oracle then after i migrate everything will go to these DB ie CMS Audit only.
I hope i am clear .
So the bottom line is how can one point the CMS and Audit Db of BO to oracle or Sql Server in case of new install .
( is it just select other Db and point it by creating a dsn ?? )
First create your DSN (more precisely 2 is better since you must not store the audit stuff and the cms stuff within the same db) and while running the fresh install instead of mysql specify your db info like schema/instance name …
If you are not using the default MySQL installation, you should create the databases (SQL Server) or schemas (Oracle) in advance of doing the installation. Once the databases are created (whether on the same machine as BusObj or not), create the DSNs (SQL Server) or TNSNAMES.ORA file (Oracle) entries, and independently test the connectivity. Only AFTER you know the connections are working, then begin your BusObj install. Specifying the SQL Server / Oracle items during install is rather straightforward at that point, and outlined clearly in the install guide.
Import Wizard will take care of the CMS database but for audit database, you will have to manually copy it to XI 3.x. I read somewhere that the db structure for audit db is changed in XI3.x so be careful with that.