免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1168 | 回复: 0
打印 上一主题 下一主题

[新手入门] Oracle 10.2 ASM New Features [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-01 18:56 |只看该作者 |倒序浏览
Oracle 10.2 ASM New Features

ASM FTP Support
In Oracle 10.2 and above files in ASM file systems can be accessed using FTP
     Requires XML DB installation
     Created by default during DBCA installation


Port numbers must be assigned manually. For example:
    FTP               7001
    HTTP/WebDAV       8001

Port numbers can be assigned in
    Enterprise Manager XDB Configuration Page
    SQL*Plus

For example, run the following SQL*Plus script as SYSDBA
SQL> @$ORACLE_HOME/rdbms/admin/catxdbdbca.sql 7001 8001

All ASM files are stored in /sys/asm
Use any ftp client. For example:
$ ftp -u  # -u suppresses Kerberos authentication
ftp> open localhost 7001 # use FTP port
ftp> user system
331 pass required for SYSTEM
Password:
230 SYSTEM logged in
ftp> cd /sys/asm/diskgroup1/test/controlfile
ftp> ls # list files in directory  
-rw-r--r--  1 SYS    oracle 7258112 SEP 08 18:30 Current.305.566832105
ftp> bin # switch to binary for file transfers
ftp> get Current.305.566832105 # can also put file
ftp> bye



本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7315/showart_121671.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP