Im trying to deploy a CMP entity bean and deployment fails with Error creating table: ORA-02258. How do I avoid this?
You are getting this error because the table already exists in the data source that is being used by your application and you have autocreate-tables set to true in your orion-application.xml. This message will also be seen during a clustered application deployment since the table is created by the first deployment and then during subsequent deployments for the cluster, this message will be generated. This message is innocuous.