Let me begin by saying my Oracle knowledge is minimal.
We have a proprietary application that stores data into a Oracle 9.2 database, which works great. I only work with this software and thus Oracle every 3 months or so. The problem is, and it seems due to inactivity, I'll have to startup the database/instance using the following commands:
conn sys as sysdba
<enter password>
startup
If I'm only away from using the server for a couple of weeks, I don't have to do this. I was just curious what the deal was? It's not really that big a deal, but is it something I can fix, or do I even want to fix it? Perhaps it's a security thing? Where is this inactivity setting, if that's what it is?
I'm mostly interested in understanding, so the more information, the better. Thanks!