Local repository for Oracle Solaris 11.3 - solaris

https://www.oracle.com/solaris/solaris11/downloads/local-repository-downloads.html
In the above link, i can see only local repository files for 11.4. Where can i download it for Solaris 11.3? Or 11.4 itself will support for 11.3 also?
I need to install Solaris studio 12.4 using IPS. In order to do that i need to create a local repository. Please help me.

Solaris 11.3 downloads are only available from the My Oracle Support portal now that 11.4 has been out for over two years and 11.3 has fallen to Limited Support status.

Related

How to install plv8 in postgresql 14 for windows?

I tried installing plv8 from
[1]: https://martendb.io/v3/documentation/admin/installing-plv8-windows
but it did not work.
The challenge is Windows and Version 14. The solution you point to has only the files going up to PG Version 12. It works on 12, I used that on 12.
But I am also trying to find the windows version of this extension for PG 14. So far, people have updated the Linux builds for working with 14.
The correct, full answer is to download the source from github.
Install Version 14 of PG (You need the header files). Install the tools spelled out in the PLV8\Windows directory README. And then compile everything locally. This is what the Linux users do to get the binaries for their specific system.
we are grabbing the source from here: https://github.com/plv8/plv8/tree/master
We are working on this right now. We will push the compiled (under windows 10 x64) Versions up to another GIT and publish the link for others as our way of supporting this. (But it's not trivial, this stuff is made more for the Linux side of things)

How to install windows IBM db 2 database 32 bit on a 64 bit computer

This launchpad is not intended to run on the current platform. Check the product documentation or contact your vendor for more information about supported platforms.
Information about your machine
Operating System (top.OS) =
Locale (top.LOCALE) = en
Launchpad compatibility version =
Compatibility checks defined for this launchpad
version = 9.7
It keeps showing this even after i use run as admin or run in compatibility .
The message can be returned when install DB2 V9.7 on Windows Server 2016. Unfortunately, V9.7 is supported on Windows 2008, 2012, 8, 7 and some older versions of Windows according to below:
System requirements for IBM Db2 for Linux, UNIX, and Windows
https://www.ibm.com/support/pages/system-requirements-ibm-db2-linux-unix-and-windows
And here is recommended Fix Packs list for each versions:
Recommended Fix Packs for DB2 for Linux, UNIX and Windows
https://www.ibm.com/support/pages/recommended-fix-packs-db2-linux-unix-and-windows
Here is key note from the link:
End of Support for DB2 Version 9.1 is April 30, 2012 More Info...
End of Support for DB2 Version 9.5 is April 30, 2015 More Info...
End of Support for DB2 Version 9.7 is September 30, 2017 More Info...
End of Support for DB2 Version 10.1 is September 30, 2017 More Info...
Db2 V9.7 is out of support now so it is recommended to upgrade V11.1/V11.5 instead.
Hope this helps.
RUN WINZIP THEN AFTER EXTACTING go to the directory/path
C:\Users\USER\AppData\Local\Temp\EXPC\db2\Windows THEN LOOK FOR DB2 Express -c
then run and it will install
this will avoid computer from checking compatibility
I have just getting the same issue.
If you want to really install this V9.7 version, I have found a workaround, which works great for me.
You need to download a more recent version of Db2, says the Db2 V10.1 version. Then you extract the V10.1 archive and copy the file called "getOS.bat" from the following folder "C:\Temp\db2_10.1\SERVER\db2\Windows\launchpad" and then you paste this file into the same path for the V9.7 extracted archive folder. It works well for me (it seems that they have corrected the script for the OS determination). I hope it will work for you or other people !

Where to get db2 express-c 10.1 version

I want to download db2-express-c 10.1 version.
But,there is only db2 express-c 11.1 version in ibm-site . And i don't know why ibm-site has no other version's download site.
Where can i get 10.1 version?
thank you.
IBM only offers a current DB2 Express-C version for download. It is free and has community support, but it only has the current code for download on the IBM website and usually is available some days after the other editions have been GA.
You would need to ask other developers in your community if they still have that image. I would recommend using DB2 11.1 as it has more features and several updates. It is compatible to the V10.1 you have been asking for.

What is SRU in solaris? How to find the SRU number?

I used pkg list entire command , and i got the output for version column as follows :
0.5.11-0.175.1.0.0.24.2.
How to find the SRU from this?
Can we upgrade/ downgrade to a particular SRU ?
SRU is an abbreviation for Support Repository Update, installing new package versions from the support repo for that OS, much like installing a patch cluster for older Solaris releases.
The various fields in the version is explained in Oracle Solaris Package Versioning.
Oracle only makes SRUs available to customers with support contracts - if you have a support contract you can read more about SRU's in the Oracle Support Knowledgebase at Solaris 11 Support Repositories Explained, and see what fixes are available in each SRU for Solaris 11.1 and Solaris 11.2.
If you run 'pkg info entire' it will show the SRU name in human readable format also (if you have installed from the support repo - otherwise it shows the Release info). The 4th digit in 0.175.1.0.0.24.2 is the SRU number
In the example above it is the base Solaris 11.1 release - no SRU has been installed yet.
If an SRU had been installed on top of that you'd get a version like 0.5.11-0.175.1.21.4.1 (aka Oracle Solaris 11.1 SRU21.4.1)
You can easily upgrade to an SRU but you can't downgrade unless you have an older Boot Environment (BE) from which to upgrade to the SRU you want.

upgrade database postgresql on jira confluence astlassian application 64bit .

I want to upgrade database postgresql from version 8.3 to 9.0 on Jira application.
Which RPM should be used to work with Suse SLES10.3 64bit?
How to install Postgresql 9.0 in parallel to Postgresql 8.1?
The best bet to find packages for SUSE distributions is the openSUSE Build Service. The direct links there are a bit of a pain, so please look for yourself.
Parallel installation of multiple major PostgreSQL versions is not yet possible using SUSE RPMs. If you need to do that, you will probably need to build from source.