在旅行社做网站运营wordpress连接数据库文件
查询数据文件:select * from dba_data_files order by file_name;
增加:alter tablespace 数据库名 add datafile '+data' size 34359721984;
查询数据文件:select * from dba_data_files order by file_name;
增加:alter tablespace 数据库名 add datafile '+data' size 34359721984;