A little harder now.
I have a request which ran under SQL server, but when I try with Oracle, it bugs:
SELECT Sum(RAPPORT_MAINOEUVRE.DureeIntervention) AS SumDuree, Count(RAPPORT_MAINOEUVRE.refRapport) AS Actions, TO_CHAR(DateCreation,'MM') AS Mois,
TO_CHAR(DateCreation,'yyyy') AS Annee
FROM...
Hi everybody!
I've got a problem,
I'm programing in ASP and I want to do:
SELECT MONTH(date)as mois,year(date) as année FROM LOGON
But it returns the error:
Microsoft OLE DB Provider for Oracle error '80040e14'
ORA-00904: "MONTH" : identificateur non valide
What does it...
Context :
Importation of data from SQLserver 2000 to Oracle 9i
I manage to import data from a SQLserver database with the "migration workbench" in oracle 9i. This process returned a success mesage but I am unable to find my tables in the target database.
The process created a file...
I've just installed oracle 9i.
I cannot connect to sql+.
So I want to create a new database in which Iwill import a sql Server database.
But when I click on create... database, It is wrote:
"No session is selected" (I 've got a french version and I translate approximatively the...
In the oracle doc, it is said that I must run catalog.sql.
But I wonder how.
And when I click on Oracle migration assistant, nothing appears.
So where can I execute my migration instructions (SQL Plus? ...oracle explorer?...)
Could you help me please?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.