需求:本人希望在自己当前用户下就可以开启数据库,并且使用MyEclipse可以直接连接安装的数据库,所有本人没有创建新的组和用户,
需求:本人希望在自己当前用户下就可以开启数据库,并且使用MyEclipse可以直接连接安装的数据库,所有本人没有创建新的组和用户,而是在Ubuntu 10.04当前用户下安装Oracle。
1. 配置源(可略)
Oracle 为 Ubuntu 用户设立了专门的 apt 源服务器,只需要在 /etc/apt/source.list 中添加下面这行既可。
deb unstable main non-free
将该源服务器的公钥添加在本地 apt 系统的密钥库中。首先下载公钥,,在终端输入:
wget
下载完成之后添加该公钥到密钥库中,在终端输入:
sudo apt-key add RPM-GPG-KEY-oracle
执行:
sudo apt-get update
同步软件包索引文件。
2. 安装需要的包
sudo apt-get install gcc make binutils lesstif2 libc6 libc6-dev rpm libmotif3 libaio1 libstdc++6 alien
3. 将 oracle 安装到一个独立的分区上面,如:/opt上。本人的安装目录为/opt/ora10。
//创建ora10目录。
$ sudo mkdir -p /opt/ora10
//修改目录的拥有者和组,其中UX为用户名,GX为该用户所在的组。本人要在本人当前用户下安装,所以本人的UX就是本人当前用户的用户名,组就是这个用户名所在的组。
$ sudo chown -R UX:GX /opt/ora*
//修改目录的权限
$ chmod -R 775 /opt/ora*
4. 修改sysctl.conf设置
$ sudo gedit /etc/sysctl.conf
添加如下的行到/etc/sysctl.conf 中:
----------------------------------------------
kernel.shmmax = 3147483648
kernel.shmmni = 4096
kernel.shmall = 2097152
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
----------------------------------------------
注:shmmax(最大共享内存)是一个很重要参数,根据您的机器的内存来设定。如果您设置不合适的话,在创建数据库到约 86%的时候就会挂掉。但是具体该怎么去计算,本人也不太清楚,所有只好将参考文档上的搬来使用了,希望高人能够予以指教。
5. 修改 limits.conf设置
$ sudo gedit /etc/security/limits.conf
添加下面的行到/etc/security/limits.conf 以修改您的资源限制。
----------------------------------------------
* soft nproc 2407
* hard nproc 16384
* soft nofile 1024
* hard nofile 65536
----------------------------------------------
6. 让修改生效
修改了以上文件后,必须让其生效,重启系统或切换到 root 用户下用以下的方式改变内核运行参数:
# sysctl –p。

The article discusses using MySQL's ALTER TABLE statement to modify tables, including adding/dropping columns, renaming tables/columns, and changing column data types.

Article discusses configuring SSL/TLS encryption for MySQL, including certificate generation and verification. Main issue is using self-signed certificates' security implications.[Character count: 159]

Article discusses strategies for handling large datasets in MySQL, including partitioning, sharding, indexing, and query optimization.

Article discusses popular MySQL GUI tools like MySQL Workbench and phpMyAdmin, comparing their features and suitability for beginners and advanced users.[159 characters]

The article discusses dropping tables in MySQL using the DROP TABLE statement, emphasizing precautions and risks. It highlights that the action is irreversible without backups, detailing recovery methods and potential production environment hazards.

Article discusses using foreign keys to represent relationships in databases, focusing on best practices, data integrity, and common pitfalls to avoid.

The article discusses creating indexes on JSON columns in various databases like PostgreSQL, MySQL, and MongoDB to enhance query performance. It explains the syntax and benefits of indexing specific JSON paths, and lists supported database systems.

Article discusses securing MySQL against SQL injection and brute-force attacks using prepared statements, input validation, and strong password policies.(159 characters)


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
