+1 vote
in PL/SQL by

You Have Just Had To Restore From Backup And Do Not Have Any Control Files. How Would You Go About Bringing Up This Database?

1 Answer

0 votes
by
I would create a text based backup control file, stipulating where on disk all the data files where and then issue the recover command with the using backup control file clause.
...