Notes App: How to export notes?

Hi, I'm about to erase my Mac's HDD and re-install Yosemite. Before I do that I wanted to backup all of my notes in the Notes App by exporting them, but I don't see how I can do this. I don't want to use a 3rd party app to do this.
Any help would be great!

No....
You will have to do them seperately as there is no logical connection between the application and the tables.
Your application just has the access to use those tables and does not "own" any of them.
a) Oracle database tables/ application tables
You can export the entire schema and all the objects and data in that schema using the export and import utilities.
All these objects are owned by the schema (eg. emp under scott) and hence are related logically.
b) Oracle apex metadata tables.
All the information about apex objects is stored as metadata in database tables (FLOWS_0300 is a schema).
So, if you install Oracle apex on a new machine, all these repository tables will be created.
When you create applications / objects, these tables will have metadata for those applications.
Hope this helps,
Rajesh.

Similar Messages

Maybe you are looking for