文档解释
ORA-27020: named devices not supported
Cause: the platform or the specified device type does not support named devices
Action: do not specify device name or use a device type that supports named devices. Use V$BACKUP_DEVICE view to see what device types and names (if any) are available.
ORA-27020: named devices not supported这是一个Oracle数据库报错,通常出现在创建表空间的期间。
官方解释
ORA-27020指令无法将按名称标识的设备装载到数据库中,因为这种装载方式不受Oracle支持。
常见案例
此错误通常发生在客户尝试在创建表空间时,使用named devices进行表空间装载。
一般处理方法及步骤
1. 检查创建语法,确认你正在使用名称文件进行装载。
2. 尝试使用表空间文件和相对于文件系统的路径,而不是named devices。
3. 将该表空间的所有配置放在同一条语句中,以确保SQL数据库能够完成表空间的创建。