Installation and Setup

AutoCAD Land Desktop

 
Installation and Setup
 
 
 

Side-by-Side Installation with Autodesk Topobase

You cannot install AutoCAD Map 3D 2009 on a system with Autodesk Topobase. Launching AutoCAD Map 3D on such a system will result in an unexpected failure.

Clearing Cache With Unsaved Data Causes AutoCAD Map 3D To Quit Unexpectedly

If you clear the cache before you have saved all of your data, AutoCAD Map 3D will quit unexpectedly. Be sure that you have saved all of your data before clearing your cache.

Managing FDO Users on Oracle XE

To use the FDO User Manager on Oracle XE, you must first create the F_USER_ROLE. To create this role, do the following:

In SQLPlus, connect as SYS and execute the following:

grant CREATE USER, DROP USER, ALTER USER, CREATE SESSION, ALTER SESSION, ANALYZE ANY, CREATE ANY TABLE , DROP ANY TABLE, ALTER ANY TABLE, DELETE ANY TABLE, SELECT ANY TABLE, INSERT ANY TABLE, UPDATE ANY TABLE, LOCK ANY TABLE, CREATE ANY INDEX, DROP ANY INDEX, ALTER ANY INDEX, CREATE ANY VIEW, DROP ANY VIEW, CREATE ANY SEQUENCE,  DROP ANY SEQUENCE, ALTER ANY SEQUENCE, SELECT ANY SEQUENCE, CREATE ANY SYNONYM, DROP ANY SYNONYM, CREATE ANY PROCEDURE, GRANT ANY ROLE, GRANT ANY PRIVILEGE, GLOBAL QUERY REWRITE, grant any object privilege to f_user_role;
grant select on sys.v_$session to f_user_role;
grant select on sys.dba_role_privs to f_user_role;
grant select on sys.dba_roles to f_user_role;

Managing FDO Users on Oracle 10g or 11g

To use the FDO User Manager on Oracle 10g or 11g, you must first create the F_USER_ROLE. To create this role, do the following:

In SQLPlus, connect as SYS and execute the following:

grant CREATE USER, DROP USER, ALTER USER, CREATE SESSION, ALTER SESSION, ANALYZE ANY, CREATE ANY TABLE , DROP ANY TABLE, ALTER ANY TABLE, DELETE ANY TABLE, SELECT ANY TABLE, INSERT ANY TABLE, UPDATE ANY TABLE, LOCK ANY TABLE, CREATE ANY INDEX, DROP ANY INDEX, ALTER ANY INDEX, CREATE ANY VIEW, DROP ANY VIEW, CREATE ANY SEQUENCE,  DROP ANY SEQUENCE, ALTER ANY SEQUENCE, SELECT ANY SEQUENCE, CREATE ANY SYNONYM, DROP ANY SYNONYM, CREATE ANY PROCEDURE, GRANT ANY ROLE, GRANT ANY PRIVILEGE, GLOBAL QUERY REWRITE, WM_ADMIN_ROLE, grant any object privilege to f_user_role;
grant select on sys.v_$session to f_user_role;
grant select on sys.dba_role_privs to f_user_role;
grant select on sys.dba_roles to f_user_role;