Problem Creating Oracle Database

I installed Oracle 8.1.5.0.1 on intel Linux Red Hat 6.2.
When I go to server manager and I run by create database script I get an error Oracle
not logged on.
If somebody cab help me out of these, its highly appreciated.
Thanks
deba

Once I get to Configuration Tools - Oracle Database Configuration Assistant, there is an error ... NLS_LANG environment variable incorrectly defined. Remove the variable from the environment or set it to a correct value. I originally had NLS_LANG='english_united kingdom.we8iso8859p1' then I changed it to NLS='AMERICAN.AMERICA.US7ASCII', finally I completely removed the NLS_LANG variable - still I get the same error message. Any help would a greatly appreciated =)

Similar Messages

  • Problem with ORACLE database

    Hi all,
    I am facing some problem with ORACLE database while configuring one JDBC scenario in the receiver side. I have configured one JDBC scenario like FILE TO JDBC. As JDBC is at receiver side i have provided the input file with the following format ,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>employee</table>
              <access>
                    <flag>NO</flag> 
                    <ID>567</ID>
             <NAME>134</NAME>
                 </access>
         </dbTableName>
      </StatementName1>
    </root>
    But in the ORACLE database all my columns are in the uppercase.
    So when i have tried to send this input file to process through JDBC receiver side then i have faced the below error :
    FATAL ERROR: Column 'flag' does not exist in table 'employee'
    Then I have tried to check with sender side processing of JDBC adapter. By using the SQL statements as
    SELECT * FROM EMPLOYEE WHERE flag='NO'
    UPDATE EMPLOYEE SET Flag='YES'  WHERE flag='NO'
    Here it worked fine.
    Now my question is,
    If the same adapter is working when we are writing a query directly(sender side), then we must also allow case independence in the auto generated SQL part(receiver side).
    The JDBC drivers for both SQL server and Oracle, supports the same java code, for accessing the DB, irrespective of the case of the column names.
    Please clarify this doubt as soon as possible.
    Thanks,
    Soorya.

    Hi Dharmaveer,
    When I go with the following input file,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>EMPLOYEE</table>
              <access>
                    <FLAG>NO</FLAG> 
                    <ID>666</ID>
                    <NAME>SSS</NAME>
                 </access>
             </dbTableName>
      </StatementName1>
    </root>
    I will get the following query with succesfull processing.
    INSERT INTO  EMPLOYEE (FLAG, ID, NAME) VALUES (NO, 666, SSS)
    when i go with this input file,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>EMPLOYEE</table>
              <access>
                                    <flag>NO</flag> 
                                   <ID>777</ID>
                        <NAME>TTTT</NAME>
                        </access>
                   </dbTableName>
      </StatementName1>
    </root>
    Then i am facing this problem,
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'EMPLOYEE' (structure 'StatementName1'): java.sql.SQLException: FATAL ERROR: Column 'flag' does not exist in table 'EMPLOYEE'
    Here I cant get any SQL statement as it is not successfull.
    I have gone through your link but it also says to modify the column in the input file which is not possible for me. Can you please help me in this regard?
    Thanks,
    Soorya

  • Are there any problems running oracle database express 10g and iis together

    Are there any problems running oracle database express 10g on an windows 2000 server or advanced server running iis 5?
    Does oracle database express cause any conflicts with iis (because of used ports etc)
    Could an server have running on it, both an website using iis and an oracle database express website without conflicts?

    I would not expect a problem under normal circumstances.
    Oracle's listener is set for a default port 1521 for database requests, port 8080 for HTMLDB requests. The database connections generally find an empty port above 1024 when establishing a connection.
    So, if IIS does not want to use 1521 or 8080, you will generally see no challenges. Even then it is fairly easy to move ORacle's port requirements elsewhere.
    Using port 8080 seems reasonably common, but that is easily changed - search for sethttpport in this forum. IIS tromping on 1521 would be rare as it has been a well known Oracle service port since, roughly, forever.

  • Problem creating a database on RH 6.1 for O8.1.5i

    Hi,
    I am trying with Oracle8i but seems that I am doing something wrong. Please if somebody can look at this bug and let me know how to solve it.
    I would appreciate it if you reply to ([email protected] with the answer!)
    I follow the process of creating a database and then save the script. After that I follow the instructions to execute crdb1.sh, to create a database manually, but when I do that I get the attached error.
    [oracle8i@spark create]$ ./crdb1.sh v8i815
    Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Release 8.1.5.0.2 - Production
    With the Java option
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> SVRMGR> Connected.
    SVRMGR> LRM-00105: 'log' er ikke en gyldig boolsk vfrdi for 'log_archive_start'
    ORA-01078: failure in processing system parameters
    SVRMGR> 2> 3> 4> 5> 6> 7> 8> 9> CREATE
    DATABASE "i815"
    ORA-01034: ORACLE not available
    SVRMGR> Disconnected.
    SVRMGR> SVRMGR> Server Manager complete.

    Looks like there is a problem with the 'log_archive_start'-parameter in you init.ora file. What you can try is to put a # in front of the parameter in the init.ora to make Oracle ignore it. When the database-creation is succesful you can then put your database in Archive log Mode.
    Edwin Kessels
    OCP-DBA
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by falocite ():
    Hi,
    I am trying with Oracle8i but seems that I am doing something wrong. Please if somebody can look at this bug and let me know how to solve it.
    I would appreciate it if you reply to ([email protected] with the answer!)
    I follow the process of creating a database and then save the script. After that I follow the instructions to execute crdb1.sh, to create a database manually, but when I do that I get the attached error.
    [oracle8i@spark create]$ ./crdb1.sh v8i815
    Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Release 8.1.5.0.2 - Production
    With the Java option
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> SVRMGR> Connected.
    SVRMGR> LRM-00105: 'log' er ikke en gyldig boolsk vfrdi for 'log_archive_start'
    ORA-01078: failure in processing system parameters
    SVRMGR> 2> 3> 4> 5> 6> 7> 8> 9> CREATE
    DATABASE "i815"
    ORA-01034: ORACLE not available
    SVRMGR> Disconnected.
    SVRMGR> SVRMGR> Server Manager complete.<HR></BLOCKQUOTE>
    null

  • Problems creating a database with DB config assistant

    I've just installed Oracle for the first time. I'm a newbie. When I create database using the configuation assistant I get the following error:
    ORA-00101:invalid specification for system parameter MTS_DISPATCHERS
    Then I hit Ignore and I get the following error:
    ORA-00102: network protocol )ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP)
    Then I hit Ignore and I get the following error:
    ORA-0103034:ORACLE not available
    Then when I hit ignore again, I keep looping to the above error message and I'm forced to abort.
    Please help me figure out this problem.
    null

    Hi, I checked the files... ORACLE_HOME\assistants\dbca\logs, was empty and
    ORACLE_BASE\admin\SID\create have this:
    ORA-27102: out of memory
    OSD-00026: Message 26 not found; product=RDBMS; facility=SOSD,
    During the installation I create a Database called TESIS, the SID is TESIS, but when i try to connect by PLSQL with SYSTEM/ORACLE or any other user, show me: ORA:12545 "no se ha podido resolver el nombre del servicio" , I checked the services, and the Listener is running , and the OracelServicesTESIS too, what could be the problem??
    I hope u can help me...
    Thanks!
    Message was edited by:
    Tere

  • Problems with Oracle Database 10g Express Edition and JBoss

    Hi all,
    I try to use Oracle Database 10g Express Edition and JBoss, but sometimes i have a connection problems.
    Sometimes i have starnge warning:
    WARN [JBossManagedConnectionPool] Unable to fill pool
    org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    and:
    org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    Oracle Database 10g Express Edition support Distributed Transaction Processing (DTP) XA interface or not?
    Some ideas?
    Thanks in advance!
    Stoyan

    Hi,
    yes, it will work, but only with the Western European Edition, not the Unicode release.
    See this thread for details:
    Re: Connection error from SqlPlus 8.0 to Oracle XE in the same computer
    Regards,
    ~Dietmar.

  • Problem with Oracle database Express Edition (Linux)

    I installed oracle-xe on my machine (ArchLinux x64), and all worked fine before a  reboot. After it, I still can connnect to the db with sqlplus, but can't connect to apex (http://localhost:8080/apex/f?p=4950) and can't get a connection using ojdbc:
    Exception in thread "main" java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection.
    I tried to reinstall the db several times, but the result was always the same: all is ok only before rebooting. I'm a newer with Oracle database and can't find a solution. Could you give me some tip about it?

    The problem was solved by changing permissions for log directory :
    sudo chmod -R 777 /usr/lib/oracle/product/11.2.0/xe/log

  • Connect Problems with Oracle Database Express Edition 11g Release 2

    Hello,
    I am a student trying to install Oracle Database Express Edition 11g Release 2 and SQL Developer on my home system, Win7 64Bit, in order to practice some things I've learned from me DBA class and Developer classes.
    Anyway, I have everything installed, but I am having difficulty connecting as SYS or SYSDBA in the 'Run SQL Command Line', I keep getting the ORA-01017: invalid username/password: logon denied.
    However, If i select the 'Start Database' I get this:
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>
    and I can type sqlplus / as sysdba and it starts up just fine and show user lists me as "SYS".
    but if I go back to 'Run SQL Command Line' I still cannot connect as SYS or SYSDBA...I find this both confusing and frustrating. I don't know if I am in different instances or something like that, but I seem to be limited to connecting only as "SYSTEM". I need SYS because I want to practice creating datafiles, instances and things like that, but I seem to be lost.
    Also, I am trying to create a new DB connection with SQL Developer and I can only us SYSTEM for my login which, if I understand correctly, will limit my privileges. Again When I try to sign in with SYS or SYSDBA I get error'd out. When I installed Ora11gDBExpress I was prompted in input a single password that was supposed to grant me access as SYS or SYSTEM, but I am limited to only SYSTEM for some reason.
    So, I am looking for help/guidance as to what to do.
    Thanks in advance for any and all help,
    Warren

    General rule of thumb, don't use sysdba unless you want to shut down the database, or grant a database user privileges on a sys object.
    A SYSTEM connection is not "limiting", it has the DBA role which means a user with a system connection can do most anything needed, including select/update/delete/drop any user's objects as well as change parameters in the instance.
    The system user can indeed add datafiles, tablespaces, etc. The instance and database should already be created as long as the installer completed all its chores correctly. For XE, per the license agreement only one instance can run on one host. If you want to try creating a database, it will require shutting down the XE instance and creating a new database service, creating the database, and installing the system catalog and any other optional components desired. Good practice indeed, but a bit advanced for the new user.
    Do create users for schemas ... connect system; create user <username> identified by <password> and connect <username> for the schemas (a collection of objects) within the database. Grant the resource and create session privilege to <username> to allow the database user the ability to create tables, indexes, stored procedures, etc.
    There is no "or" in a sys as sysdba connection, from 10g onwards a sys connection requires using the sysdba privilege. To enable a sysdba connection, add your host user to the ORA_DBA group on the host. To verify the OS users in the ORA_DBA group, this might work for win7, in a cmd box ...
    $ net localgroup ora_dba
    ...If your OS user is in the ora_dba group the sys as sysdba password is not relevant, you can in fact type anything for a password. If you wish to connect with the sysdba privilege from a remote client, that is a bit different and requires knowing the password set in the instance password file. Which should be set the same as the system password defined in the installer, but you can change that by creating a new password file. Another slightly advanced topic.
    In Windows IMHO its better to leave the listener and database set to Manual start (in the services applet, Start/Run/services.msc) and start the listener, then the database, when its needed. At least for an XE instance, as its intended for practice and learning RDBMS management.
    Edited by: clcarter on Mar 2, 2012 6:19 PM
    fix typos

  • Problem in Oracle Database Connectivity in JSP

    I am having big problem such as Oracle Database connectivity problem
    Following code i am used for database connection. but it throw an exception call class not found exception.
    Pls any one can help me. With a sample code for Oracle Database connection in JSP
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    String url="jdbc:oracle:thin:@172.25.44.54:1521:bbo";
    con = DriverManager.getConnection(url,"user", "user123");
    Thank you

    Well i've never used oracle or their drivers before but i'm presuming that you'd go to oracle.com or something and look for downloads. Otherwise you could goodle for Oracle JDBC drivers. Then just follow the instructions.
    Again i've never used JSP but if you have a manifest file somewhere you'll need to put a class-path: entry in their referecning the jar file with the driver so that it is availble at run-time.
    Wes

  • Access vba problem with ORACLE database via ODBC

    I get a problem when using MS-Access 2007 DAO recordset built on table hosted by an Oracle database 10g and connected thru an ODBC link (the id is generated by a sequence/trigger associated to the table).
    The code I use is :
    Private Sub Commande0_Click()
    Dim rs As DAO.Recordset2
    Dim bm As Variant
    'Set rs = CurrentDb.OpenRecordset("select * from table1", dbOpenDynaset, dbSeeChanges, dbPessimistic)
    Me.Recordset.AddNew
    Me.Recordset!libelle = CStr(Rnd)
    Me.Recordset!code = “”
    Me.Recordset!actif = True
    Me.Recordset!idCollege = 1
    Me.Recordset.Update
    Me.Recordset.MoveFirst
    Me.Recordset.Bookmark = Me.Recordset.LastModified
    Dim idtemp As Long
    idtemp = Me.Recordset.idPartenaire
    Me.Requery
    Me.Recordset.FindFirst "idPartenaire = " & idtemp
    Set rs = Nothing
    End Sub
    When I run this code, I get an error 3167 (current record is deleted) on the line :
    idtemp = Me.Recordset.idPartenaire
    If I change the ligne :
    Me.Recordset!code = “”
    By :
    Me.Recordset!code = “xxxx”
    Or if I comment this line, the error does not appear and I get the right value in idtemp variable.
    I tried also with the same table in a SQL Server database table. In this case it works fine in all cases.
    So, I seems that the problem is due to the Oracle ODBC driver.
    I search on Internet but I have not found any explanation or solution.
    Does anybody experiment the same problem (and find a solution)?
    Gilles Roussel.

    There is a dediacted forum for Oracle ODBC driver issues.
    Please post your problem at:
    http://forums.oracle.com/forums/categoryHome.jspa?categoryID=84

  • Problem starting Oracle Database

    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
    ===
    It seems that it is a sintaxe error, but I copied exactly as in
    the Installation Guide, like as:
    =======
    # Set ORA_HOME to be equivalent to the ORACLE_HOME
    # from which you wish to execute dbstart and
    # dbshut
    # Set ORA_OWNER to the user id of the owner of the
    # Oracle database in ORA_HOME
    ORA_HOME=/u01/app/oracle/product/8.0.5
    ORA_OWNER=oracle
    if [! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    case "$1" in
    'start')
    # Start the Oracle database:
    su - $ORA_OWNER -c $ORA_HOME/bin/dbstart &
    'stop')
    # Stop the Oracle database:
    su - $ORA_OWNER -c $ORA_HOME/bin/dbshut &
    esac
    su - oracle -c "lsnrctl start"
    ======
    Is there any mistake?
    Besides, when I try to start the Oracle Database, through the
    command "dbstart", the following messages appear:
    =============
    Database "orac" possibly left running when system went down
    (system crash?).
    Notify Database Administrator.
    Oracle Server Manager Release 3.0.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.5.1.0 - Production
    SVRMGR> Password:
    Password:
    ORA-01031: insufficient privileges
    SVRMGR> ORA-01031: insufficient privileges
    SVRMGR>
    Server Manager complete.
    Oracle Server Manager Release 3.0.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.5.1.0 - Production
    SVRMGR> Password:
    Password:
    ORA-01031: insufficient privileges
    SVRMGR> ORA-01031: insufficient privileges
    SVRMGR>
    Server Manager complete.
    Database "orac" warm started.
    ==============
    Although it seems that the Database was started ('Database "orac"
    warm started'), I don't know why the mistake ORA-01031 appears.
    Was the Database "orac" started correctly?
    After, when I try to use the Server Manager to connect to the
    Database as system/manager, the following message appears:
    ========
    SVRMGR> connect system/manager
    ORA-01034: ORACLE not available
    =======
    Has this mistake something to do with the first one (ORA-01031)?
    Could someone help me? I'd be very grateful.
    Rodney A. Ramos.
    null

    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

  • Problem Creating Oracle Schema in Active Directory

    Hi,
    I am trying to integrate oracle 9i in an Microsoft Active directory domain
    I tried to integrate the db in the domain using net configuration assistant on the Oracle Client but
    I get always the same error after inserting the fully name of domain controller and confirm to create the oracle schema. The error I get is:
    “The Assistant is unable to create or update
    the schema for the following reason:
    ConfigException: Could not create Oracle schema oracle.net.config.ConfigException
    You must update the schema from a computer which directly supports
    your type of directory."
    Also I checked every requirement to install:
    -Log on as an Administrative account in the domain
    -Enable active directory schema changes
    -ping the whole dns domain, the fqdn of my domain controller is dc.ecm.com, I can:
    ping dc.ecm.oracle
    At this point I don’t know anymore what I can do.
    Please help me
    Thank you in advance
    Fahim Ghauri

    Take a look at metalink Note:361192.1
    Bug 3975572 - "...Netca 10g can successfully create a schema and context in W2k but does not in W2003. This reproduces on both the domain server and a client..."

  • Can I create Oracle Database using Java ???

    HI ...
    Can I create a Database using Java... ? If yes can any one tell me how ? I mean provide some codeing help... ???

    If you mean a table yes, since the create table statement is exactly that, an SQL statement, if you mean an SID then I would have to say (AFAIK) no.

  • Problem creating a database link

    Hi,
    I tried to create a database link, but it doesn't work. When I connect to the database via SQL*Plus or SQL Developer, the entries in the tnsnames.ora work.
    create database link DBOPBWS2.BAG connect to demo identified by demo
    using 'DBOPBWS2.BAG';
    Entry in tnsnames.ora:
    DBOPBWS2.BAG =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST =serv01.server.spub-systeme.de)(PORT = 1485))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SID = DBOPBWS2)
    Entry in sqlnet.ora:
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    select * from [email protected];
    Error:
    ORA-12154: TNS: Angegebener Connect Identifier konnte nicht aufgelöst werden
    12154. 00000 - "TNS:could not resolve the connect identifier specified"
    What is wrong with the datbase link?
    Please help me
    Siegwin

    Hi,
    You could also "skip" the TNSNAMES use :Scott@my11g SQL>create database link DBOPBWS2.BAG connect to demo identified by demo
    using '(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =serv01.server.spub-systeme.de)(PORT = 1485)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = DBOPBWS2)))'
    Database link created.

  • Problem Downloading "Oracle Database 10g EX for Windows"

    Hi,
    When I try to download “Oracle Database 10g Release 2 (10.2.0.1) Express Edition for Microsoft Windows” I get message:
    Internet Explorer cannot download OracleXE.exe from download.oracle.com.
    The server returned an invalid or unrecognized response
    I tried using Mozila and Opera, I got different message but no result.
    Please help,
    Dan

    There is a dedicated forum for this kind of questions which is monitored by Oracle staff.
    Discussion Forums » OTN Member Services » Downloads
    Downloads Issues

Maybe you are looking for

  • IPhone 4S 5.1.1 Battery drain, fixed for my case

    I just got a 4S, to replaced my missing iphone 4. The firware was 5.1, so I upgraded over the air (using the phone alone) to 5.1.1 Then I restored by phone using the back up in iTune. But I realised my latest backup was in iCloud (I did not backup al

  • Can't get Sub-forms to Display in Right order

    Hello there I have a strange issue with the positioning of a series of sub-forms using Designer 8.2.1.3144. I have the following (schematic) structure (Top Level Sub-form) Sub-form 1 Label 1.1 Label 1.2 Sub-form 2 Sub-form 2.1 Test 2.1.1 Label 2.1.2

  • Previous PC user needs help with setting up iphone on Macbook

    I just started using the Macbook and will be using this as the primary computer. My iphone 3G was previously syncing to my previous HP PC. I tried plugging in my iPhone to the Macbook and it definitely reads it....but how do i get the Macbook set up

  • After publishing new site,  old site keeps showing

    I just published a new site,  paid and activated it in Business Catalyst WebBasic+ plan,  replaced the DNS settings, and the old site keeps appearing. One funny thing is that in the site manager,  all the good files are there but when I try to edit t

  • Lost Part of Library

    I recently had a hard drive crash and lost part of my music library which was not backed up. Now when I click on a tune I get a message that the file cannot be found. Is there a way I can get music purchased from the i Tunes store replaced? Please he