ORA-12222 Problem

I encountered ORA-12222 error, saying TNS: no such protocol adapter, when I
ran an NT application which uses 8.1.5 sqlplus client. However, I can still
access the database with sqlplus on that workstation. I got error message
only with the application. I checked with the ORA files, and found only TCP
was specified.

Hi,
I am having the ORA 12222 issue - I initially installed 10g and then now I want to revert back to 6i as I am developing for E-Business Suite - everything worked for 10g but doesn't now for 6i and I am getting the ORA 122222 message - did you fix yours?
Chris

Similar Messages

  • Forms6i Servlet problem--Ora-12222 No such protocol adapter

    Hi, everyone,
    Our platform: Oracle 9ias 1.0.2.2 with Forms
    server 6i patch 4 ( default installation ubder Enterprise Edition).
    Forms service using CGI is fine, which means
    I can run http://myserver/dev60cgi/ifcgi60.exe?form=mytest_form
    without any problem; But if I run it using
    servlet, as instructed in Forms patch 4 white paper,the logon appears and when I type my username/passwd/database to logon,
    I always get the error message:
    " Ora-12222, no such protocl adapter".
    The following is my diagnosis:
    1. tnsnmaes.ora under both iSuites and
    806 is configured as protocl=TCP and
    Sql*Plus under both Oracle_home can
    connect to the database.
    2. Forms CGI mode is working fine w/o
    any connection problem.
    3. when I run Servlet troubleshooting
    illustrated in White paper, I can run
    Step 1 with no problem:
    Forms 6i Listener Servlet displays
    and Testing native method call is
    running fine.
    At this point I think the Forms Servlet is
    configured correctly, I am just wondering
    which Oracle Home Net the Listener is looking
    for? \iSuites\network Or \806\net80?
    Under both directories I believe I got the
    right tnsnames.ora.
    Has anybody got similar problem as mine?
    Any suggestions are greatly appreciated.
    sean zhang
    [email protected]
    null

    I had a similar problem after I installed Forms6i on a machine I had already installed Oracle8i. I of course added an entry to Forms6i's tnsnames.ora. I could still log into Oracle8i with SQL*Plus 8.1.7, but I could not log into the database with SQL*Plus 8.0.6 or Forms6i. I would get error "ORA-12222: No such protocol adapter".
    It turned out that the Oracle8i installer had added an ORACLE_HOME environment variable for the userid I installed the software with that was set to C:\Oracle\Ora81. When I removed the environment variable, I was able to log in from both Oracle8i's utilities and Forms6i. I then added a TNS_ADMIN entry in the Windows registry under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE, specifying the location of my Oracle8i tnsnames.ora file so both distributions would use the same Net8 configuration.

  • Unable to bring Enterprise Mgr v2.0.4 apps - get ORA-12222

    I am a member of OTN and bought Oracle Enterprise Manager v2.0.4
    and Oracle 8i v8.1.5 for NT.
    Background
    =========
    I have successfully installed v8.1.5 Oracle Server for NT. I have
    NT 4.0 SP 5 running on my Workstation. I able to run the java
    samples and run SQL and configure the ODBC. I have also setup an
    DB alias through Net8 config manager.
    I have installed Oracle 8.1.5 in d:\orant and Enterprise Manager
    in d:\orant\em directories. Both installations have different
    oracle homes.
    Problem
    =======
    I have also installed Oracel Enterprise Manager v2.0.4. When
    installing the package and running the Enterprise Configuration
    Assistant, I ran into problems. I keep getting 'Lost Database
    connection" ORA - 12203 error.
    Although the software installed correctly, cannot run the
    enterprise manager applications like the instance manager, the EM
    configuration manager because of the above error. I also tried to
    connect using the <host>:<port>:<SID> format. This time I get a
    ORA-12222 error. I also get the same error when I run SQLPLUS
    from the enterprise manager
    example: plus80 scott@MYDB but if I run the SQL Plus from the
    StartMenu, I am able to connect to the database.
    However I am able to run a java application using the above
    format. I have configured the DB alias using the Net8 config
    assistant and the test was successful.
    I need this fixed ASAP.
    null

    wsordv[mdtts]-/home/oracle >emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    http://wsordv:5500/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /u01/oracle/10g/wsordv_mdtts/sysman/log
    wsordv[mdtts]-/home/oracle >
    NOW use
    http://wsordv:5500/em
    in your Internet explorer to open up EM console.

  • Patch6: paradox-ORA 12222 TNS : no such protocol adopter

    getting a ORA 12222 TNS : no such protocol adopter found
    after installing patch 6 over existing oracle 9i AS 1.0.2.0.0
    and forms 6i and reports 6i server,when we are running the test form with all the settings required for running forms as servlets tesst forms is coming successfully.But when with the same parameter we are running our form which makes databse connection gives the above ORA error 12222.
    to ensure that it is not a protocol adapter problem we remove one line
    ;serverURL= ---- this line is commented-----
    serverURL=/servlet/oracle.forms.servlet.ListenerServlet
    and put instead
    serverURL=
    ;serverURL=/servlet/oracle.forms.servlet.ListenerServlet ---this line is commented ----
    After replacing again we tried to run the test.fmx as well as our form.Both were running successfully.
    Since this one line change made Listener Servlet inactive and forms listerner as active component.
    looking at the above situation we came to conclusion that it should not be a TNS protocol adaptor probel. so there must be either some problem with the configuration or some probelem with the patch 6 itself.
    (we would like to mention that earlier we did same thing with patch 5 and getting error FRM-92100.This error was resolved when we used patch 6 with one additional line
    in formsweb.cfg
    as "networkRetries=30" )
    we are using windows 2000
    null

    A few more facts..
    while installing we had done a custom install for patch 6 .Druing this a error came up as
    a wrtie error while trying to copy NLSRTL33.DLL while installing server patch component during custom install.
    does anyone out there know .. what this DLL is for.
    Regards
    Sunil choudhary

  • ORA-12222: TNS:no such protocol adapter

    This is not a repository problem, but it happened when I tried to install the repos.
    I get this message whenever I try to connect to the database using sqlplus from the orecle_home where I installed the repository or the repos. admin-utility.
    I have tried both to use TNS_ADMIN and not, but the error is the same in both cases.
    When I use Net8 assistant to make a tns and test the connection it works fine.
    I can connect to the database with sqlplus from my 817-oracle_home.
    I just tried to install the protocol-adapters manually, but it doesn't help.
    Does anybody know what to do?
    Arne.

    Dear OTN,
    I've got the same problem!
    After I upgraded Designer 6i Rel2 to 6i Rel3
    SQL Plus 8.0 returns ORA-12222 Error, "The protocol adapter requested (by way of the "(PROTOCOL=..)"
    keyword-value pair in a TNS address) is unknown. If the supplied address
    is typographically correct then the protocol adaptor is not installed.
    Action: Install the protocol adapter or correct typographically error,
    as appropriate. Note: if the supplied address was derived from
    resolving the service name, check the address in the appropriate file
    (TNSNAMES.ORA, LISTENER.ORA or TNSNET.ORA)."
    I'm not novice and checked quite a few times all required files and also tried NET EASY CONFIG and so on. It doesn't work.
    Please, help me with the settings! It should be beneficial to all!
    null

  • Ora-00600 problem with the kodpunp1 and kope2upic954 arguments

    hi everybody,
    i have a problem with ora-00600 error on a oracle 8.1.7.0.0 database on winxp.
    i've read about many ora-00600 problems but only few were with kodpunp1 and kope2upic954 arguments.
    In my trc files i found something like this:
    *** SESSION ID:(29.2808) 2006-02-08 11:05:33.177
    *** 2006-02-08 11:05:33.177
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kope2upic954], [], [], [], [], [], [], []
    Current SQL statement for this session:
    call p$insert_rules_details(:1 , :2 , :3, :4)
    *** 2006-02-08 11:06:48.400
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kodpunp1], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kope2upic954], [], [], [], [], [], [], []
    Current SQL statement for this session:
    call p$insert_rules_details(:1 , :2 , :3, :4)
    " so this is happenning when calling this procedure (p$insert_rules_details ...this is my procedure, not some procedure owned by sys).
    if anyone can help me, pls reply. i've heard replies like: call oracle support, put a tar on metalink ..... i don't have metalink support so i appreciate real help ;)
    what to do for avoiding/fixing this error?
    tx

    in addtion, this procedure p$insert_rules_details does some inserts into 3 tables from my schema. The problem might be from the usage of an num_array in this procedure declared as table of number. When number of elements from this num_array excels 4096, then the procedure generates errors.....i believe, not very sure about that. Can that be true?
    by

  • Ora-01000 problem not resolve with other posts

    I've the ora-01000 problem which has been argued in other posts but it persist on me.
    I'm using JDK 1.3 and Oracle 8i with classes12_01.zip file.
    I've been looking at v$open_cursor to see how many cursors where open and even if I put
    rs.close(); rs=null;
    stmt.close(); stmt=null;
    it still doesn't work.
    Any ideas?
    Thanks.

    Sorry. It do work. It was my fault.
    null

  • "ORA-12222 TNS no such protocol adapter" When running Forms after installing Portal

    We have a Forms 6i (web) application running on 9iAS. This worked fine. But after installing Portal on the same 9iAS, we got the following error when starting the WebForms application:
    ORA-12222 TNS no such protocol adapter
    Who knows a solution?
    Configuration
    9IAS v1.0.2.2
    8.1.7
    Form 6i Patch 10
    Windows NT
    Best regards,
    Harm van Zoest

    This is s SQLNET error.
    You can search for it on OTN using the search button.
    IT usually means that the tnsnames.ora file was changed. Or that you are now using another tnsnames.ora.

  • Ora-01843 problem

    My code is giving me ora-01843 problem. When i put startdate as 01-jan-05 and
    enddate as 31-jan-05, it gives me error. Please help me guys.
    --declare
    --ntwk_var varchar2(100);
    SELECT PHY.PHYNAM,
    decode (NETWORKPROTOCOL.LCC, 'Y', '<Lombardi Cancer Center>', '') ||
    decode (NETWORKPROTOCOL.UMH, 'Y', ' <Union Memorial Hospital>', '') ||
    decode (NETWORKPROTOCOL.GSH, 'Y', '<Good Somaritan Hospital>', '') ||
    decode (NETWORKPROTOCOL.FSH, 'Y', '<Franklin Square Hospital>', '') ||
    decode (NETWORKPROTOCOL.WHC, 'Y', '<Washington Hospital Center>', '') ||
    decode (NETWORKPROTOCOL.HH, 'Y', '<Harbor Hospital>', '') as NETWORKID,
    PRTCRC.FULLNAME,
    CRCMTG.CRMTGDT, CRCMTG.CRCSTAT, PRTCRC.SUBMITTEDTOIRB,
    PRTCRC.RECEIVEDIRBRESULTDATE,
    PRTCRC.PRT, prtcrc.crcid,
    PRTCRC.REVIEWSTATUS,
    CRCMTG.CRCOUTCOME,
    PRTCRC.REVIEWTYPE,
    PRTCRC.MODIFICATIONDATE, PRTCRC.FINALIRBAPPROVALDATE,
    PRTCRC.ACTIVATIONDATE, RECENTREAPPROVALDATE.RECENTREAPPROVAL,
    recentamendmentdate.amenddate,
    PRTCRC.CLOSURETOPATIENTACCRUAL, PRTCRC.TERMINATIONDATE,
    prttype.descrip
    FROM CRCMTG, PRTCRC, NETWORKPROTOCOL, RECENTREAPPROVALDATE, PHY, prttype, recentamendmentdate
    WHERE
    ((CRCMTG.PRTCRCID(+)=PRTCRC.ID) AND
    (NETWORKPROTOCOL.PRTCRCID(+)=PRTCRC.ID) AND
    (PRTCRC.PRINCIPALINVESTIGATOR=PHY.PHY(+))
    AND (PRTCRC.ID=RECENTREAPPROVALDATE.PRTCRCID(+))
    AND (PRTCRC.ID=recentamendmentdate.PRTCRCID(+))
    ) and
    TO_DATE('01'||SUBSTR(LTRIM( NVL(PRTCRC.CRCID, TO_CHAR(sysdate, 'MMYYYY'))) , 1, 6), 'DDMMYYYY') >= :startdate
    and
    TO_DATE('01'||SUBSTR(LTRIM( NVL(PRTCRC.CRCID, TO_CHAR(sysdate, 'MMYYYY'))) , 1, 6), 'DDMMYYYY') <= :enddate
    ) and
    prtcrc.type=prttype.id(+) and
    fullname is not null
    order by &SORT

    as Andrew had mentioned you are trying to convert a numeric into date that might not be in date format. for example you had a value of 482334
    SQL> select substr(ltrim('482334'),1,6)
      2    from dual;
    SUBSTR
    482334then you tried to convert it into date format
    SQL> select to_date(substr(ltrim('482334'),1,6),'ddmmyyyy')
      2    from dual;
    select to_date(substr(ltrim('482334'),1,6),'ddmmyyyy')
    ERROR at line 1:
    ORA-01847: day of month must be between 1 and last day of month
    SQL> it will give you an error. what is the datatype for your column PRTCRC.CRCID?

  • REP_0501  adn ORA-12222 error

    Hi ,
    I am unable to connecting database using report builder.
    I am getting below error:
    REP-0501:Unable connect to the specified database
    ora-12222:TNS no such protocal adapter
    Plesae suggest me

    856458 wrote:
    Hi ,
    I am unable to connecting database using report builder.
    I am getting below error:
    REP-0501:Unable connect to the specified database
    ora-12222:TNS no such protocal adapter
    Plesae suggest meGoogle is your friend, [url http://www.lmgtfy.com/?q=ora-12222+oracle+report+builder+6i] but only if you use it.
    This was the second hit on the list:
    http://sojungle.wordpress.com/2012/02/15/oracle6i-formsreports-builder-cannot-connect-to-any-database-ora-12222/

  • VERY weird ora-12705 problem

    I have on a database running on Unix True64 a database link to another database. Also a True64 machine. The Oracle version is 8.1.7.0.0.
    What happens is that I get a ora-12705 problem. Yes I know this has to do with NLS environment setting. But I doubt this is the case with this one. Look at the example:
    unix> sqlplus /
    SQL> select count(*) from zfindau;
    select count(*) from zfindau
    ERROR at line 1:
    ORA-12705: invalid or unknown NLS parameter value specified
    ORA-02063: preceding line from HUBD
    SQL> connect system/<password>
    SQL> connect /
    SQL> select count(*) from zfindau;
    COUNT(*)
    74991
    So under Unix I connect to an ops$ account. The zfindau is a synonym to the remote database table. First I do the select statement and get the ORA-12705 error. After I connect to a different user (system, or any other user available), do nothing and directly connect to the ops$account the same sql statement does work.
    Does anyone of you know what's going on here.
    Andre Seesink

    anyone??

  • ORA-01552 problem, plz help it's urgent

    Actually, before one week I made (run Norton QuikScan) & this ended by the ORA-01033 problem, I realized that the file (E:\ORACLE\PRODUCT\10.2.\ORADATA\ORCL\UNDOTBS01.DBF)
    was corrupted, so I dropped it from the (Dos command Prompt), then the system generated it again and then everything was excellent.
    After that I couldn't create any new tables.
    NB. I've more than 30 large table.
    then i got the ORA-01552 problem,
    cannot use system rollback segment for non-system tablespace...
    i did this:(
    & i got this error:
    SQL> alter system set undo_management=manual scope=spfile;
    System altered.
    SQL> shutdown immediate;
    ORA-00376:file 2 cannot be read at this time
    ORA-01110:data file 2:
    'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF'
    SQL> select name, status, BLOCK_SIZE from v$datafile;
    NAME
    STATUS BLOCK_SIZE
    E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    SYSTEM 8192
    E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    RECOVER 8192
    E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    ONLINE 8192
    NAME
    STATUS BLOCK_SIZE
    E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    ONLINE 8192
    E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    ONLINE 8192
    E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDO01.DBF
    ONLINE 8192
    i need to solve it...:(
    is it correct to uninstall the ORACLE & install it again.
    thanks in advance.

    ORA-01033 ORACLE initialization or shutdown in progress
    Cause: An attempt was made to log on while Oracle is being started or shut down.
    Action: Wait a few minutes. Then retry the operation.
    Does not mean your datafile was corrupted!! You meed to recover the undo dbf. It does not have anything to do with reinstalling Oracle. You can restore from hot backup and recover the db, or drop and recreate the undo ts at mount.

  • ORA-12222 : TNS:No such protocol adapter -error

    Hi
    when i try to connect database from forms builder i get the below error.
    ORA-12222 : TNS : No such protocol adapter. I refered many forums and help sites... i checked everyting in my system. like Regedit and environment variable.
    still i am getting the same error. kindly help to resolve this issue.
    Please find the below details of my desktop, form builder and Oracle database.
    Desktop OS
    Operating system : WINDOWS XP (professional) version 2002 service pack 3
    Oracle Database
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Oracle database installed in Linux server
    linux server details
    Linux VM177 2.6.18-194.0.0.0.3.el5xen #1 SMP Mon Mar 29 18:27:00 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    any rpm are required in Linux server resolve this issue.
    my linux server i couldn't find any rpms OPENM*
    $ rpm -qa openm*
    $
    Oracle forms builder
    Forms [32 Bit] Version 6.0.8.24.1 (Production)
    Oracle Toolkit Version 6.0.8.24.0 (Production)
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle Procedure Builder V6.0.8.21.0 Build #1459 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 6.0.7.1.0 - Production
    Oracle Virtual Graphics System Version 6.0.5.38.0 (Production)
    Oracle Tools GUI Utilities Version 6.0.8.20.1 (Production)
    Oracle Multimedia Version 6.0.8.20.0 (Production)
    Oracle Tools Integration Version 6.0.8.18.0 (Production)
    Oracle Tools Common Area Version 6.0.8.18.0
    Oracle CORE Version 4.0.6.0.0 - Production
    Thanks in advance. your early reply will be very much appriciated.
    Gowtham

    Please find below the output.
    $ lsnrctl services
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 03-APR-2012 06:08:23
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM.xxx.com )(PORT=1525)))
    The listener supports no services
    The command completed successfully
    $ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 03-APR-2012 06:13:18
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM.xxx.com )(PORT=1525)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 02-APR-2012 02:51:12
    Uptime 1 days 3 hr. 22 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle11g/o11gr22/app/o11gr22/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /oracle11g/o11gr22/diag/tnslsnr/VM/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=VM.xxx.com )(PORT=1525)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1525)))
    The listener supports no services
    The command completed successfully
    $ cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    10.123.256.177 VM.xxx.com VM VM.in.oracle.com
    Gowtham

  • Character set Conversion (US7ASCII to AL32UTF8) -- ORA-31011 problem

    Hello,
    We've run into some problems as part of our character set conversion from US7ASCII to AL32UTF8. The latest problem is that we have a query that works in US7ASCII, but after converting to AL32UTF8 it no longer works and generates an ORA-31011 error. This is very concerning to us as this error indicates an XML parsing problem and we are doing no XML whatsoever in our DB. We do not have XML columns (nor even CLOBs or BLOBs) nor XML tables and it's not XMLDB.
    For reference, we're running 11.2.0.2.0 over Solaris.
    Has anyone seen this kind of problem before?
    If need be, I'll find a way to post table definitions. However, it's safe to assume that we are only using DATE, VARCHAR2 and NUMBER column types in these tables. All of the tables are local to the DB.
    Thanks

    We converted using the database using scripts I developed. I'm not quite sure how we converted is relevant, other than saying that we did not use the Oracle conversion utility (not csscan, but the GUI Java tool).
    A summary:
    1) We replaced the lossy characters by parsing a csscan output file
    2) After re-scanning with csscan and coming up clean, our DBA converted the database to AL32UTF8 (changed the parameter file, changing the character set, switched the semantics to char, etc).
    3) Final step was changing existing tables to use char semantics by changing the table schema for VARCHAR2 columns
    Any specific steps I cannot easily answer, I worked with a DBA at our company to do this work. I handled the character replacement / DDL changes and the DBA ran csscan & performed the database config changes.
    Our actual error message:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00210: expected '<' instead of '�Error at line 1
    31011. 00000 - "XML parsing failed"
    *Cause:    XML parser returned an error while trying to parse the document.
    *Action:   Check if the document to be parsed is valid.
    Error at Line: 24 Column: 15
    This seems to match the the document ID referenced below. I will ask our DBA to pull it up and review it.
    Please advise if more information is needed from my end.

  • ORA-29855 problem with creation of a index

    Hi to all,
    I'm trying to create an index but I have this problem:
    SQL>CREATE INDEX ITALIA_NODE_IDX ON ITALIA_NODE$(GEOMETRY) INDEXTYPE IS MDSYS.SPATIAL_INDEX;
    CREATE INDEX ITALIA_NODE_IDX ON ITALIA_NODE$(GEOMETRY) INDEXTYPE IS MDSYS.SPATIAL_INDEX
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-29400: data cartridge error
    ORA-01653: unable to extend table M2_10A70$$.1024 by SPATIAL in tablespace USERS
    ORA-06512: a "MDSYS.SDO_INDEX_METHOD_10I", line 10
    What do you think about this problem?
    thank you in advance.
    Crystal
    Edited by: crystal13 on 18-giu-2010 2.03

    Hi,
    it looks like your tablespace USERS is to small. You have no space left. So extend the size of the tablespace by enlarging the file underneath or putting a second one to it, or put the tablespace in AUTOEXTEND mode. See the administrators guide: http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#i1010516

Maybe you are looking for

  • IPod not showing all Calendars from iCal

    I just got a new iPod classic and when I hook it up to my MacBook and sync my calendars from iCal not all of them show up. I have tried syncing all and some selected, but if it didnt show in all, it wont show even checked off. Is this a bug in the sy

  • How do I create an effect on on object similar to this on Illustrator?

    How do I create an effect on on object similar to this on Illustrator? Please see the type show in the link provided : "CHIVAS" http://2.bp.blogspot.com/-F-lpKYp-QnE/UH8jwTkTmfI/AAAAAAAAOWQ/BuN9gm9Pe5U/s1600/Chivas+log o+2012.jpg Also if anyone knows

  • How to get fm radio onto alteclansing speakers imv712?

    my question is that i just got the imv712 altec lansing speakers for my ipod touch and i wanted to know how to get am/fm radio with my speakers. i know i need a transmitter but what do you recomend that i do?

  • Problem Creating an Image Link within an html snippet?

    Hi, For some reason I have been unable to link to an image on my Mac by using <img src within an html snippet. I have uploaded the photo to my server and created a link with <img src "http://www.domain.com/image.jpg" />. However, when I try linking t

  • Silent switch just stopped working

    Ok so my silent switch was working just fine. And as I was going to sleep one night and trying to swtich it to silent, it stayed on loud no matter how many times i flicked the switch. I didn't drop the phone or do anything to it. What's wrong ?