on 2019 Jan 21 3:21 PM
Hello,
I have applied a patch and upgraded sql anywhere server from Version 12.0.1.4110 to Version 12.0.1.4294 on RHEL. How do I uninstall just the patch and not the full sql anywhere.
There is no way to uninstall a patch since the upgrade process overwrites the software that existed prior to running the upgrade. To get back to the version prior to applying the patch, you need to:
HTH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did you upgrade the DB explicitly? E.g. http://dcx.sybase.com/1200/en/dbadmin/dbupgrad.html
Just look for the rows with operation = 'INIT' or 'UPGRADE', these tell the version the database file was created with resp. was upgraded to. Rows relating to the (last) start or backup just tell which database engine version was used to do so.
In general, the database file should be able to be run with every database engine with at least the same version, i.e. if the database was INITed with 12.0.1.4110 and not upgraded, every version >= 12.0.1.4110 should successfully run your database.
No, as stated, just check the rows with INIT or UPGRADE.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.