Is it possible to move a non-CDB database to a PDB database using DUPLICATE
I am very new to OracleDB but am trying to duplicate or copy a database from one environment to another. I came across the DUPLICATE DATABASE feature and it seems like the right way to approach what I'm trying to accomplish. My scenario is as follows:
-My source OracleDB environment has a database that I am trying to move to my destination/aux database instance. It's an Oracle Business Intelligence EE database.
-The source environment has a different data structure than the destination/aux environment. For example, the source environment has the data files on 'D:\app\ohudev_svc\oradata' drive while the destination/aux environment data files are located on 'D:\Oracle\ohudev_svc\oradata' drive.