shackdavid
Active Member
- Joined
- Aug 26, 2011
- Messages
- 43
- Reaction score
- 1
Good day, I have been using a sql. database and associated scripts which I inherited from a previous user.
This database and scripts has been running on a WINXP machine for years without issue.
Oracle Database 10g Express Edition has been used and we access database via the web browser, IE.
I have tried to move over to a WIN 7 machine as the database is accessed by a win32 program.
I keep getting a red screen when I try to run the script, the script is as follows:
--
-- Purpose : Create the default tablespace for the NEMAS DB user
-- Usage : @create_tablespace <filename_with_complete_path>
--
CREATE TABLESPACE "NEMAS"
DATAFILE 'c:\nemas\nemas.dbf'
SIZE 100M REUSE
DEFAULT STORAGE
(
INITIAL 104K
NEXT 104K
MINEXTENTS 1
MAXEXTENTS UNLIMITED
PCTINCREASE 0
);
Please help.
This database and scripts has been running on a WINXP machine for years without issue.
Oracle Database 10g Express Edition has been used and we access database via the web browser, IE.
I have tried to move over to a WIN 7 machine as the database is accessed by a win32 program.
I keep getting a red screen when I try to run the script, the script is as follows:
--
-- Purpose : Create the default tablespace for the NEMAS DB user
-- Usage : @create_tablespace <filename_with_complete_path>
--
CREATE TABLESPACE "NEMAS"
DATAFILE 'c:\nemas\nemas.dbf'
SIZE 100M REUSE
DEFAULT STORAGE
(
INITIAL 104K
NEXT 104K
MINEXTENTS 1
MAXEXTENTS UNLIMITED
PCTINCREASE 0
);
Please help.
Attachments
Last edited:
