oninit
The command is to start up the Informix database, in case it is in shut down mode.
oninit -iy
Take not that oninit -iy will clear all of the existing data in your Informix database. This is called "disk space initialisation".
It uses the values that are stored in the onconfig file to create the initial space on disk for storing data.
When you initialize disk space, the database server automatically initializes shared memory as part of the process.
When you initialize disk space, you overwrite whatever is on that disk space.
If you re-initialize disk space for an existing database server, all of the data in the earlier database server becomes inaccessible and destroyed.
Programming Explorer : This is the place that I would like to share with you about my IT knowledge and experience. Some of the articles are copied from others in the internet. Some are originally come from my findings.
Subscribe to:
Post Comments (Atom)
-
Finally Windows 7 shows its face, but only Beta version now. The latest version of Microsoft's Windows operating system became popular s...
-
Environment: Visual Studio Code v1.83.1 Symtomps: 1). When you try to debug your Flutter project, you see this error message at the Terminal...
-
The easiest way to do it using the keytool command. Example: keytool -printcert -jarfile <apk_file>
No comments:
Post a Comment