Home  >  Article  >  Backend Development  >  Oracle Faq (Oracle version)_PHP tutorial

Oracle Faq (Oracle version)_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 16:10:05802browse


If you need to reprint, please indicate the source, thank you!
Take 8.1.7.4.0 as an example:
8: Version number
1: New feature version number
7: Maintenance version number
4: Ordinary patch setting number
0: Special platform patch setting number

In addition, regarding the issue of Oracle being 32bit/64bit, the explanation is as follows:
In windows/linux systems, since the operating system is 32bit, Oracle must be 32bit;
In tru64, Oracle must be 64bit;
In hpux/aix/solaris, it depends on the specific situation. If it is 64bit, the word 64bit will be displayed when starting sqlplus on the server. You can also pass
select * from v$version; or $ file $ORACLE_HOME/bin/oracle|more to view, such as:
$ file $ORACLE_HOME/bin/oracle|more
/data1/app/oracle /product/8.1.7/bin/oracle: ELF-64 executable object file -
PA-RISC 2.0 (LP64)

If you want to support SGA larger than 1.75GB, it is recommended to use 64Bit oracle. 32bit Oracle has SGA size restrictions. Although many platforms have ways to bypass it, allowing you to open it larger, it is not as convenient as using 64Bit directly, and even if you bypass it, you still cannot open it very large. There is not much difference in other aspects.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/314341.htmlTechArticleIf you need to reprint, please indicate the source, thank you! Take 8.1.7.4.0 as an example: 8: Version number 1: New feature version number 7: Maintenance version number 4: Ordinary patch setting number 0: Special platform patch setting number...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn