Why I have to start my database manually (10g)

I always have to start my database manually why it is so.........the error is
ORA-28547: connection to server failed, probable Oracle Net admin error (DBD ERROR: OCISessionBegin)
Can any one help.
Thanks

Oh no, please ... not "The Documentation" <g>hehehe, sorry. I can't help it.
Instead of we are trying to guess what he might have
done wrong or what's missing.
It might be easier for him to follow the steps listed
in document, and tell us at which step he has problem.This is getting serious ...
"The Documentation" AND "Steps"
/Hans
(To OP - please do not take this personally. It's just that each 800 posts that might have been solved by reading the manuals causes some of us get into this weird sense of humour.)

Similar Messages

  • How to start the database manually?

    Hi,
    Recently I installed Oracle10g database in my laptop. I want to change the services from autostartup to manual. So that I can start the database whenver I want.
    After very first installation, I tried to do this exercise. Later I was not able to restart my database.
    Can anybody give me correct steps to do this exercise?
    Thanks,
    Viswa

    I'm surprised no-one has responded to this. Anyway, below are a bunch of shortcuts I use to start and stop my Oracle 10g. Note, I have to start the Listener AND Database for things to work. Note: you will have to check Control Panel - Services to find the Oracle.... and OracleService.... names as your's will be different.
    Start Listener:
    %windir%\System32\net.exe start OracleOraDb10g_home1TNSListener
    Start Database:
    %windir%\System32\net.exe start OracleServiceORADB10G
    Stop Listener:
    %windir%\System32\net.exe stop OracleOraDb10g_home1TNSListener
    Stop Database:
    %windir%\System32\net.exe stop OracleServiceORADB10G
    Hope this helps :)

  • Why do I have to start from scratch every time?!?

    Seriously, what the ****?! I am sitting here in the middle of the friggin desert with a crappy connection and I am lucky if I can download a 500 meg file much less a 1G file. So I get lucky and get to 950 megs and my connection craps out and now I have to try to start a 12 hour download from the beginning...AGAIN! This is 3 days now trying to get the same !@$*&(^ file! I've been able to resume a file download with Windows for 10 fuggin years now. How hard is that to implement?

    And you got to level 4 how? I am asking why I have to start from the beginning of a file even if I am 99% done with my download. There should be an option to resume where you left off. Why doesn't itunes have that option?

  • Creating Oracle 11g Database Manually on ASM on 11g R2 Grid

    Hi:
    Earlier added this issue alongwith Grid installation. Only Jorg replied to me but could not find a complete solution. So thought of starting a new thread.
    Wanted to know if any one of you have successfully created Oracle Database Manually on ASM on Oracle 11g R2 Grid.
    I have installed Oracle 11g R2 grid (grid user) and Oracle 11g R2 DB software succesfully (oracle user).
    Now trying to create a database manually on ASM as Oracle user.
    First I create an pfile in $ORACLE_HOME/dbs
    then I started by db on nomount stage. when I create a spfile on to my ASM diskgroup I get
    I have created 2 diskgroups '+DGASMSPFILE' (ASM Spfile) and '+DGDBDATA' (for database)
    Grid is up and running.
    From Oracle user:
    Have created a sample initDBRAC.ora
    Now I want to create Oracle Database Global Spfile into '+DGASMSPFILE'
    export ORACLE_SID=DBRAC
    $ sqlplus / as sysdba
    SQL> create spfile='+DGASMSPFILE/spfileDBRAC.ora' from pfile;
    ORA-17502:ksfdcre:4 failed to create file +DGASMSPFILE/spfileDBRAC.ora
    ORA-12547: TNS lost contact
    "Oracle user" should have privileges to access ASM diskgroup right? What is the permission set for /dev/sdc* (earlier it was root:oinstall I changed it to grid:oinstall even then no difference.
    Trace output:
    ASM_DISKSTRING= /dev/sdc*
    ***********************************************************************1st trace file
    Fatal NI connect error 12547, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/crs/11.2.0/grid/bin/oracle)(ARGV0=oracle+ASM1_o000_dbrac)(ENVS='ORACLE_HOME=/crs/11.2.0/grid,ORACLE_SID=+ASM1')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(enable=setuser)(CONNECT_DATA=(CID=(PROGRAM=oracle@skyit6)(HOST=skyit6)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
    Time: 01-JUN-2011 01:27:07
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12547
    TNS for Linux: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
    Time: 01-JUN-2011 01:27:07
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12547
    TNS-12547: TNS:lost contact
    ns secondary err code: 12560
    nt main err code: 517
    TNS-00517: Lost contact
    nt secondary err code: 32
    nt OS err code: 0
    ERROR: Failed to connect with connect string: (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/crs/11.2.0/grid/bin/oracle)(ARGV0=oracle+ASM1_o000_dbrac)(ENVS='ORACLE_HOME=/crs/11.2.0/grid,ORACLE_SID=+ASM1')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(enable=setuser))
    Wed Jun 01 01:27:07 2011
    ERROR: slave communication error with ASM; terminating process 16772
    Errors in file /oraeng/app/oracle/product/diag/rdbms/dbrac/DBRAC/trace/DBRAC_ora_16772.trc:
    Regards
    Dinesh

    Hi Sebastian:
    When I installed grid software, oracle db software and created oracle db manually things worked fine.
    When I restart the RAC environment I found the following issues:
    1) all the resources does not come up automatically, once i issue crs_start -all all the services comes up. (most of the resources related to node1 comes up but cluster resources related to node2 does not come up) crsctl check crs shows that things are online.
    2) wanted to recreate a database manually after restarting the RAC enviroment. To start of as usual tried to create a spfile in ASM disk "Create spfile='+DGDBSPFILE' from pfile'
    I get ORA-17502:ksfdcre:4 failed to create file +DGDBSPFILE'
    12547: TNS: lost contact
    looks like permission problem.
    The same command worked before restarting the RAC environment. Pls let me know if I am missing out anything.
    Is it because i am unable to access ASM instance.
    3) As you had mentioned tried to set the sbit by executing the following statement:
    $ /opt/grid/bin/setasmgidwrap o=/opt/oracle/product/11.2.0/db/bin/oracle
    should this be put into "rc" folder in linux so that it gets set everytime linux starts up. because once i restart the permission get changed.
    I should execute it from grid user to change the permission of 'oracle' binary in 'oracle user' right?
    Can you explain me why is this required (sbit).
    Thanks.
    Regards
    Dinesh

  • How To Auto Start Your Database

    Hi
    I installed Oracle 9i on my machine and created the DB with Database Configuration Assitant. Now the problem is when ever i restart my windows OS, I have to start the DB manually. I checked registry parameter ORA_sid_Autostart and it's value is set to true. Instance start mode is also auto
    Any Idea?

    Try to use the services administration tool, click right on OracleService<Oracle SID> service, click on Properties and set start-up type to automatic.

  • I am not able to create database manually.unexpected error incountered why?

    I am not able to create database manually.unexpected error incountered why?
    Same step is worked in another system
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 97589952 bytes
    Fixed Size 453312 bytes
    Variable Size 46137344 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE DATABASE icici
    2 LOGFILE GROUP 1 ('F:\oracle\oradata\icici\logfile\redo01.log') SIZE 10M,
    3 GROUP 2 ('F:\oracle\oradata\icici\logfile\redo02.log') SIZE 10M,
    4 GROUP 3 ('F:\oracle\oradata\icici\logfile\redo03.log') SIZE 10M
    5 MAXLOGFILES 5
    6 MAXLOGMEMBERS 5
    7 MAXLOGHISTORY 1
    8 MAXDATAFILES 10
    9 MAXINSTANCES 1
    10 CHARACTER SET US7ASCII
    11 NATIONAL CHARACTER SET AL16UTF16
    12 DATAFILE 'F:\oracle\oradata\icici\datafile\system01.dbf' SIZE 100M REUSE
    EXTENT MANAGEMENT LOCAL
    13 DEFAULT TEMPORARY TABLESPACE tempts1 TEMPFILE 'F:\oracle\oradata\icici\d
    atafile\temp01.dbf' SIZE 100M REUSE
    14 UNDO TABLESPACE undotbs DATAFILE 'F:\oracle\oradata\icici\datafile\undot
    bs01.dbf'SIZE 100M REUSE
    15* AUTOEXTEND ON NEXT 5120K MAXSIZE 300M
    SQL> /
    CREATE DATABASE icici
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL>

    Check the alert log. Paste the end of the file over here.
    Yoann.

  • When my Bluetooth disconnects during a file transfer where is all the data? why do i have to start over?

    while transfering a large video file from my phone to my imac i lost the bluetooth connection so where is all the data that was already transfered and how do i delete it?
    can i pick up where it left off? if not why is it that i have to start over?
    also it would be nice if the imac warned me of the file transfer when i try to put the computer to sleep. i put it to sleep out of habit right in the middle of a 3 hour transfer.

    ''FredMcD [[#answer-722558|said]]''
    <blockquote>
    In the address bar, type '''about:crashes'''<enter>.''' Note:''' If any reports do not
    have '''BP''' in front of the numbers/letters, click it and select '''Submit'''.
    Using your mouse, '''mark''' the most '''resent 7 - 10''' crash reports, and
    '''copy''' them. Now go to the reply box below and '''paste''' them in.</blockquote>
    They all have BP in front of them:
    bp-d4ede524-e8fe-4683-afe1-3310c2150421
    bp-6baa12d9-39d9-4bdf-b936-c900d2150421
    <blockquote>You may have a corrupt '''cookies.sqlite''' file.
    Type '''about:support''' in the address bar and press enter.
    Under the page logo on the left side you will see '''Application Basics.'''
    Under this find '''Profile Folder.''' To it’s right press the button
    '''Show Folder.''' This will open your file browser to the current
    Firefox profile. Now '''Close Firefox.'''
    Locate the '''cookies.sqlite''' file. Then rename or delete it. Restart Firefox.
    </blockquote>
    The files listed are: cookies.sqlite cookies.sqlite.bak cookies.sqlite.bak-rebuild. I tried deleting the cookies.sqlite file but I think the cookies.sqlite.bak-rebuild rebuilds it. In any case when I reopened firefox It was the same I still have to sign in all the time.

  • HT4904 I need to repair my start up disc so I have to start up from installation disc. In doing so, my computer restarts, I hear the mac sound, then a grey screen and then turns off and goes on in this cycle endlessly. Why can't I restart from disc?

    I need to repair my start up disc so I have to start up from installation disc. In doing so, my computer restarts, I hear the mac sound, then a grey screen and then turns off and goes on in this cycle endlessly. Why can't I restart from disc?

    Booting From An OS X Installer Disc
      1. Insert OS X Installer Disc into the optical drive.
      2. Restart the computer.
      3. Immediately after the chime press and hold down the "C" key.
      4. Release the key when the spinning gear below the dark gray Apple
          logo appears.
      5. Wait for installer to finish loading.

  • I rented a movie directly from Apple TV. I finished downloading successfully, however, I didn't start watching it right away. Now, a day after, I want to watch it, but ATV tells me I have to start the downloading process all over again. WHY?

    I rented a movie directly from Apple TV. I finished downloading successfully, however, I didn't start watching it right away. Now, a day after, I want to watch it, but ATV tells me I have to start the downloading process all over again. WHY? I thought after sucessfully downloading the movie to ATV, it would be available for 30 days in my ATV, without having to download again. To my surprise, it tells me I have to download all over again. It took me 3 hours to download the movie, now I have to repeat the process? Can someone tell me why? Thanks.

    Welcome to the Apple Community.
    The Apple TV will delete content if it is used to plat something else or is turned off. It only has a limited amount of volatile memory.
    If you want to download something for watching at a later time, it would be best doing it from iTunes on your mac/PC and streaming it to the Apple TV when you are ready to watch it.

  • Hello,  I'd like to know why the fat contours starts 100.000pts and why I have to close and reopen the software to have the contours for 1 pt?

    hello,  I'd like to know why the fat contours starts 100.000pts and why I have to close and reopen the software to have the contours for 1 pt?

    Hi BoxeTv,
    In addition, please try to reset the preferences.
    http://helpx.adobe.com/illustrator/using/setting-preferences.html#setting_illustrator_pref erences
    Hope this helps.
    Please let us know in case it doesn't worked.
    Regards,
    Sumit Singh

  • Firefox closes all the tabs on its own unexpectedly and we have to start everything afresh.why does this happen?

    our browser closes on its own unexpectedly, all the tabs and everything closes down (esp when playing games in facebook), we have to start everything afresh, just worried if this is not a sign of crash because we haven't received any crash report and if so how can we prevent any further damage.

    Your user agent is '''corrupted by Fast Browser Search (FBSMTWB) '''and that identifies you as '''Firefox/3.5.5'''
    see your user agent:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5) Gecko/20091102 '''Firefox/3.5.5''' GTB5 (.NET CLR 3.5.30729) '''FBSMTWB''' TTLSkins
    you must [https://support.mozilla.org/en-US/kb/Websites%20or%20add-ons%20incorrectly%20report%20incompatible%20browser#w_reset-your-user-agent reset user agent]
    see also these pages and threads about Fast Browser Search (FBSMTWB in the user agent).
    http://help.fastbrowsersearch.com/
    http://www.pccybertek.com/2009/05/remove-fast-browser-search
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Problem starting oracle database in notebook,

    Hi,
    Sub: Problem starting database in notebook,
    I installed windows 2000 professional(OS) and installed oracle 9i on it. I have been hibernating my notebook since two weeks, i am facing a problem, when i restart my system, system is unable to start my database unless i restart the listener at services.msc. My system speed is 500 mhz, 256 RAM. 10 GB HD. If anyone has a answer pls help me.
    Thanks in advance
    Mahesh Ragineni

    Aaron Kaplan (guest) wrote:
    : Rodney A. Ramos (guest) wrote:
    : : I've just installed Oracle 8.0.5 on Linux Red Hat 5.2. I
    didn't
    : : have problems during the installation, but after that ...
    : : First of all, my "dbora" script doens't work. I don't know
    why,
    : : because it's in the directory /etc/rc.d/init.d. Then, when I
    : try
    : : to start it manually, the follow mistake appear:
    : : ===
    : : ./dbora: [!: command not found
    : Hi!
    : There seems indeed to be a problem here - AFAIK the guy who
    wrote
    : the startup srcipt made a syntax mistake.
    : Try changing the line:
    : : if [! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME]
    : to:
    : if [ ! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME ]
    : notice the space right after the first "[" and right before the
    : last "]"
    : (Read the man pages for sh or bash whatever you use and look
    : under "if", also "man test" should bring some insight).
    : Hope it helps. Tell me if it worked.
    : Aaron.
    Dear Aaron,
    It worked perfectly. Thank you very much!
    However, I'm still having problem to connect to the Database. The
    fact is that the dbora script calls the dbstart script ("su -
    $ORA_OWNER -c $ORA_HOME/bin/dbstart &") and, inside this script,
    we have the command "connect internal". At this point, I receive
    the error message "ORA-01031: insufficient privileges".
    I don't know if this has influency at the startup of the
    Database, because at the end of the process I receive the message
    "Database "orac" warm started".
    But what I know is that I don't managed to connect to the
    Database using the svrmgrl or the sqlplus. I receive the error
    message "ORA-01034: ORACLE not available" for every account I
    try: system/manager, sys/change_on_install, oracle/xxxx (the
    account I installed Oracle), and when I try "connect internal",
    it asks me for a password!!!
    Thanks once more,
    Rodney A. Ramos.
    null

  • HT5149 Hi, I still have problems reinstalling Final Cut Pro even though I followed these steps. Didn´t find "com.apple.motionapp.plist" to remove though, but the others I found. Reason why I have to reinstall is because I have repaired my Macbook Pro hard

    Hi, I still have problems reinstalling Final Cut Pro even though I followed these steps.
    Reason why I have to reinstall is because I have repaired my Macbook Pro hard drive at a Mac Authorized Repair.
    Short history of repair and my Final Cut Pro installation:
    1. Macbook Pro stopped working, sendt it for repair. Had the Final Cut Pro installed,
    2. Desided to try a MiniMac and recovered my backup with Time Machine, got the Final Cut Pro working.
    3. Got my Macbook Pro back from repair, did backup on this one as well. But this time only the files not the Applications.
    4. Removed the files as mentioned in HT5149. Didn´t find "com.apple.motionapp.plist" to remove though, but the others I found.
    5. When I try to install Final Cut Pro from App Store, it downloads the application as planned. But after download it won´t show in the Application folder nor in the downloads folder, nor will it start an installation prosess. If I pause the installation in App Store, I can see the Final Cut Pro icon in my Dock. (But, as mentioned, after installation it won´t show neither here or in the Applications folder).
    Any suggestions on what I should try now?
    Thanks for any reply, I´m in deep water here...

    Sounds like there is a file you're not getting.  Never do a removal manually.  It's so time consuming and a pain.  There's a very easy and fast way to do this, safely, properly.
    Get the free "Final Cut Remover" app from Digital Rebellion (dot com), use this to remove FCP X.
    Reboot the Mac.
    Download from scratch.
    If you're not seeing FCP X in your app folder, run Disk Utility to Repair all drives.
    If that doesn't help, try running Disk Warrior from Altsoft to repair the directories on all drives.

  • How to start Oracle database in solaris Machine

    I installed Oracle database in my solaris machine. Everything went fine .. I was able to install it and test the database if it's working or not.
    Something happened that made me shut down and restart the solaris machine, the problem is that Oracle is not running, so I have to start it manually, and I'm not sure how to do that ... Is there a way to start Oracle automatically once the solaris machine is started ...
    I'm using the SSH Secure Shell Client to configure and install everything into the solaris machine ..

    Here is the work around for starting oracle instance automatically.
    1) logon the system as root user.
    2) under /etc/init.d/ directory, create a file name oraclestart(name the file to what you feel comfortable). eg: /etc/init.d/oraclestart.
    with the following content:
    #!/bin/sh
    # Created by Henry Nguyen
    # Date 10/11/2005
    # Script to automatic start and stop oracle instances on server
    ORACLE_HOME=/export/home/oracle/product/9.2.0.1.0 (diffrent on your system)
    if [ ! -f $ORACLE_HOME/bin/dbstart || ! -f $ORACLE_HOME/bin/dbshut ]; then
    echo missing oracle start/stop script
    exit 1
    fi
    case "$1" in
    'start')
    su - oracle -c '$ORACLE_HOME/bin/dbstart'
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl start'
    'stop')
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl stop'
    su - oracle -c '$ORACLE_HOME/bin/dbshut'
    esac
    3) create 2 soft link as following:
    ln -s /etc/init.d/oraclestart /etc/rc2.d/S99oraclestart
    ln -s /etc/init.d/oraclestart /etc/rc0.d/K10oraclestart
    Note the S99 and K10: that are Solaris priorities to when start and stop an oracle instance and those letter must be capitalized.
    Hope this will help you

  • ORA-30014 When creating new database manually

    Greetings!
    OS : Windows XP
    Oracle Version : 10g
    I'm trying to install Peopelsoft Database into a newly created Oracle seed database, I have tested my seed database looging into SYS user.. it works with no issues.
    Im going through the Step by step instructions from the people soft installation document.
    Step #1
    Create Ini.ora for new DB. I named it as HDMO
    DB_NAME = HDMO
    DB_FILES = 1021
    OPEN_CURSORS = 1000
    db_block_size = 8192
    And placed it into database folder. C:\oracle\product\10.2.0\db_1\database
    Step #2
    Created ORACLE_SID Environemnt Variable. ORACLE_SID = HDMO
    Step #3
    Created Windows Service...
    oradim -new -sid HDMO -intpwd manager -startmode auto -pfile C:\oracle\product\10.2.0\db_1\database\inithdmo.ora
    Database service created succefully, and im able to start & stop activites without issues.
    Step #4
    Then manual creation of database as mentioned....
    REMARK startup nomount pfile=%ORACLE_HOME%\database\inithdmo.ora
    CREATE DATABASE HDMO
    maxdatafiles 1021
    maxinstances 1
    maxlogfiles 8
    maxlogmembers 4
    CHARACTER SET WE8ISO8859P15
    NATIONAL CHARACTER SET UTF8
    DATAFILE 'C:\oracle\product\10.2.0\oradata\hdmo\system01.dbf' SIZE 2000M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SYSAUX DATAFILE 'C:\oracle\product\10.2.0\oradata\hdmo\sysaux01.dbf' SIZE 120M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE 'C:\oracle\product\10.2.0\oradata\hdmo\temp01.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED UNDO TABLESPACE "PSUNDOTS" DATAFILE 'C:\oracle\product\10.2.0\oradata\hdmo\psundots01.dbf' SIZE 300M REUSE
    AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED LOGFILE GROUP 1 ('C:\oracle\product\10.2.0\oradata\hdmo\redo01.log') SIZE 100M, GROUP 2 ('C:\oracle\product\10.2.0\oradata\hdmo\redo02.log') SIZE 100M,
    GROUP 3 ('C:\oracle\product\10.2.0\oradata\hdmo\redo03.log') SIZE 100M;
    Entered into SQLPLUS ' as / sysdba' from Command prompt...
    ran above script...
    Encountered the following error....
    ORA-30014 Operation only supported in Automatic Undo Management Mode
    I read some where found that I can get around with it, by adding... UNDO_MANAGEMENT = AUTO in my Inithdmo.ora file.. I did it..
    then it yield to diffrent error...
    After i login into SQL prompt.. first it says.. "*CONNECTED TO AN IDLE Instance*" then i ran my create database
    script... but it says...
    ORA-01034  ORacle Not available
    Can someone help me here....
    Thanks in advance....

    I tried with the following... Uncommented... (Previosuly it was REMARK ed)
    startup nomount pfile=%ORACLE_HOME%\database\inithdmo.ora
    there was an error message ORA-01081 Cannot start already running Oracle - shut it down first.
    I stop the service and ran the script.. it says NOT CONNECTED to ORACLE.
    Is shutdown means stopping the service?

Maybe you are looking for

  • How do I use a shared iTunes Library with Sonos?

    Does anyone know if it is still possible to view a shared library on a Sonos? I see my wife's iTunes Library in iTunes, but I can no longer see it in my Sonos Controller. I'm using iTunes 12 on Yosemite.

  • All RAW files suddenly said to need reprocessing

    I am running Aperture 3.0.3 with OS 10.6.4 so everything is as up-to-date as can be. I upgraded from Aperture 2 within a week of Aperture 3 being released and all my RAW files were updated in the process. Since then, I have added several thousand mor

  • How can I get Netflix to stream without excessive graininess

    I am able to stream Netflix using a 4 year old Toshiba laptop but my new 'state of the art' I-Pad does a lousy job. Does anyone have any suggestions?

  • How get sap b1 server date to type date

    i get b1 server date by Ocomp.ServerDate but it return ServerDate Type String how i convert to Type Date? bocoz i not sure string format when Ocomp.ServerDate return value thank for advance

  • Problems with a CompUSA Demo Emac

    My mother purchased a G4 Emac from compUSA about 6 months ago. The Emac was a floor demo unit, and they did not restore the computer prior to our picking it up. It came pre-loaded with Iphoto 5, and the ususal programs. I got my mother to start using