First page Back Continue Last page Summary Graphic
What are the steps
Design the data model.
- Consider input, access and modification of your data.
- Consider how chemical data is going to be searched.
Design the database schema.
Export data from Thor (or use SD files).
Create PL/SQL program to load the data. If the data is formatted you may be able to use sqlldr command to load the tables.
For data from SD files use mol2smi procedure.
Notes: