有人在邮件列表里提问,系统表空间文件丢了,没有归档,如何恢复?
来自技术专家 Tim Gorman 的回答:
It’s kind of like voting for president in North Korea. Only one choice — under any circumstances — when in NOARCHIVELOG mode: full database restore from cold backup. There are no options for partial recovery or any recovery at all. NOARCHIVELOG mode = full database restore, no recovery, period. This scenario is no exception.
–EOF–
够冷
人家也是说了实情啊.
应该还有个答案,就是”找dcba”,哈哈
AnySQL 应该考虑支持 MySQL, SQL Server
通杀数据库
AnySQL当初就是这么想的, 否则怎么叫Any SQL呢, 不过没有精力支持这么多了.
1 准备安装oracle db 10g,在官方文档上查看了,一般软件包需求如下:
Required package versions (or later):
* binutils-2.15.92.0.2-10.EL4
* compat-db-4.1.25-9
* control-center-2.8.0-12
* gcc-3.4.3-9.EL4
* gcc-c++-3.4.3-9.EL4
* glibc-2.3.4-2
* glibc-common-2.3.4-2
* gnome-libs-1.4.1.2.90-44.1
* libstdc++-3.4.3-9.EL4
* libstdc++-devel-3.4.3-9.EL4
* make-3.80-5
* pdksh-5.2.14-30
* sysstat-5.0.5-1
* xscreensaver-4.18-5.rhel4.2
* libaio-0.3.96
* openmotif21-2.1.30-11.RHEL4.2 (Required only to install Oracle demos. Installation of Oracle demos is not covered by this guide.)
这里看到了许多X─window有关的软件包,请问是否需要x-window gnome?
2 我接触centos,发现软件包:
compat-db.i386
compat-gcc compat-glibc compat-libgcc compat-libstdc++
这一些本来的gcc有什么区别?
是不是redhat专用的:
#yum info compat-gcc-32.i386
Setting up repositories
Reading repository metadata in from local files
Available Packages
Name : compat-gcc-32
Arch : i386
Version: 3.2.3
Release: 47.3
Size : 3.0 M
Repo : base
Summary: The GNU Compiler Collection for Red Hat Enterprise Linux 3 compatibility
Description:
This package includes a compatibility compiler with
Red Hat Enterprise Linux 3. This package includes the C compiler
and required compiler libraries for those systems.
谢谢拉
如果你时间紧,就简单回答就行了,关键是是否需要X环境 ? 是否要进入gnome图形界面才能安装Oracle ?
现在服务器没有安装x桌面,能不能基于字符安装Oracle ?
非常感谢!
1) 不一定需要 Gnome,需要 X 环境, 你可以通过 Xwin32 或者 xmanager 这样的工具在Windows 远程安装。在 Unix 命令行下安装非常复杂,你恐怕搞不定,毕竟你的目的是要快速搭建一个Oracle环境,而不是如何研究Oracle安装的技巧.
2) 库文件或者其他依赖的文件
Redhat 和 Centos 应该都可以用
3) 你通过 YUm 把依赖的软件都要安装的,否则新手或许会有麻烦