Oracle启动时ORA-00600: 内部错误代码,参数: [kcratr1_lostwrt]
SQL> startup mount
ORACLE 例程已经启动。
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
数据库装载完毕。
SQL> recover database
完成介质恢复。
SQL> alter database open
2 ;
数据库已更改。
ORACLE 例程已经启动。
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
数据库装载完毕。
SQL> recover database
完成介质恢复。
SQL> alter database open
2 ;
数据库已更改。
Ubuntu安装memcached的“C compiler cannot create executables”问题
On debian:
sudo apt-get update && sudo apt-get dist-upgrade
apt-get install libc6-dev
$ apt-get install libc6-dev g++ gcc
On Fedora:
$ locate crt1.o
/usr/lib/crt1.o