main.sql 中的代码 set markup html on entmap ON spool on preformat off spool D:\新建文件夹\mick\tables.xls @get_tables.sql spool off exit get_tables.sql中的代码: select * from user_tables ; bat命令中的代码 @echo off sqlplus \ as sysdba @ D:\main.sql pause
错误消息: Msg 1105, Level 17, State 2, Line 266Could not allocate space for object 'dbo.Large Object Storage System object: 422392492982272' in database 'tempdb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropp