ChinaUnix.net
相关文章推荐:

oracle IN SHAREEXCLUSIVE MODE

创建数据库选择了archive log mode 运行数据库,如果更改为 noarchivelog mode 运行 需要作如下步骤: sql>;startup mount; sql>;alter database noarchivelog; 以后再启动数据库 sql>; startup 就会按照修改后的方式运行,请 alter database noarchivelog;或alter database archivelog 是修改数据库 那个参数或文件使数据库能够自动记住最后的启动模式!谢谢!

by ID - Oracle - 2005-03-19 15:39:11 阅读(1512) 回复(3)

相关讨论

By default the database is in NOARCHIVELOG mode with disables archiving. To check this we can use these commands: SVRMGR>; connect internal Connected. SVRMGR>; archive log list Database log mode No Archive mode Automatic archival Disabled Archive destination /apps/oracle/product/817/dbs/arch Oldest online log sequence 1150 Current log sequence 1152 SVRMGR>; show parameter log_archive...

磁盘阵列

by kungfu - 存储备份 - 2003-07-26 12:47:14 阅读(1268) 回复(6)

各位老大。 我在Red Hat 9.0上跑 oracle9.2.0.1 , 我今天 想把oracle 更改为 archive log mode ,但是我发现没有 init;.ora文件 。 有谁有这方面的经验? 在$oracle_HOME/dbs 下有如下的文件 :initdw.ora init.ora lkERIC orapweric snapcf_eric.f spfileeric.ora 多谢

by Chinese_Dragon - Oracle - 2004-02-16 10:23:27 阅读(946) 回复(2)

发现一种新的模式组建无线Mesh网络,多跳之后,带宽并没有下降。之前做的无线mesh网络,最大的问题就是网络经过n跳之后,带宽基本呈1/n的趋势下降。这种模式经过实验,带宽在多跳之后并没有下降,在以后的项目实践过程中应该可以很好地利用起来。 原文: AHDEMO mode Usage Create the VAP device with: wlanconfig ath0 create wlandev wifi0 wlanmode ahdemo See tickets #728 & #729 for patches to correct the re...

by Tedunix - 网络技术文档中心 - 2009-06-24 10:43:23 阅读(851) 回复(0)

参见 http://effbot.org/imagingbook/concepts.htm#mode 另: 本地保留查询页面 http://www.pythonware.com/library/pil/handbook/ http://effbot.org/zone/pil-index.htm mode # The mode of an image defines the type and depth of a pixel in the image. The current release supports the following standard modes: 1 (1-bit pixels, black and white, stored with one pixel per byte) L (8-bit pixels, black and white...

by stlaw - Python文档中心 - 2009-04-03 16:15:41 阅读(877) 回复(0)

mysql可以运行在不同sql mode模式下面,sql mode模式定义了mysql应该支持的sql语法,数据校验等! 查看默认的sql mode模式: select @@sql_mode; 我的数据库是: STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION 在此模式下面,如果插入的数据的长度大于定义的长度,那么就会报错! set session sql_mode='REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI'; 在这种模式下面:插入的数据的长度大...

by 破壳成龙 - MySQL文档中心 - 2008-11-26 19:55:14 阅读(916) 回复(0)

Tunnel mode provides the protection of an entire IP packet by treating it as an AH or ESP payload. With tunnel mode, an entire IP packet is encapsulated with an AH or ESP header and an additional IP header. The IP addresses of the outer IP header are the tunnel endpoints, and the IP addresses of the encapsulated IP header are the ultimate source and destination addresses. AH tunnel mode As shown ...

by bu - 网络技术文档中心 - 2006-10-12 15:23:04 阅读(299) 回复(0)

LINUX BONDING测试 mode=0 2 1、相关配置信息: 2 2、mode=0测试结论: 5 MOD=6 7 1、相关配置: 7 2、mode=6测试结论: 10 LINUX BONDING测试 mode=0 1、相关配置信息: SRV: [root@srv1 ~]# modprobe bonding miimon=100 mode=0 [root@srv1 ~]# ifconfig bond0 202.100.1.2 netmask 255.255.255.0 up ifenslave bond0 eth0 eth1[root@srv1 ~]# ifenslave bond0 eth0 eth1 [root@srv1 ~]# [root@srv1 ~]# [root@srv1 ~]#...

by ssffzz1 - 网络技术 - 2008-12-30 11:12:47 阅读(8302) 回复(2)

两种模式在什么情况下适用呢? 请说得通俗些。

by brendshed - Oracle - 2004-05-08 10:51:40 阅读(3047) 回复(5)

交换机的端口工作模式一般可以分为三种:Access,Multi,Trunk。 cisco网络中,交换机在局域网中最终稳定状态的接口类型主要有四种: access/ trunk/ multi/ dot1q-tunnel。 ====================================================   1、access: 主要用来接入终端设备,如PC机、服务器、打印服务器等。多用于接入层也叫接入模式。主要是将端口静态接入。   2、trunk: 主要用在连接其它交换机,以便在线路上承载多个vlan。 tru...

by benxiong - 网络技术文档中心 - 2009-06-19 13:57:07 阅读(746) 回复(0)

Go to /path/to/phpmyadmin/config.inc.php (or something similar) Change these settings: $cfg['Servers'][$i]['controluser'] = 'pma'; $cfg['Servers'][$i]['controlpass'] = 'yourpass'; (don't forget to give user pma a password otherweise people can easily see your table design info) ///////////////////////////////////////////////////////////////////////////////// Now change the names of the databases ...

by panzt - php文档中心 - 2009-03-23 15:08:19 阅读(1025) 回复(0)