Is there a way in Oracle to create a table that exists only while the database is running and is only stored in memory? So, if the database is rebooted, will I have to recreate the table?
Edit: I want the data to be stored in different sessions. The reason is that these roads are recreational, but also very sensitive.
Using a temporary table is likely to help improve performance over what is happening today, but its still not a great solution.
source share