Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: From Oracle to Mysql
JPM wrote:
> Hello.
> I'm trying to build a sql sentence from oracle to mysql but it doesn't
> works.
> Anyone knows how to do this works on mysql ?
>
> CREATE PUBLIC SYNONYM AULA FOR AULAS;
>
> Thanks.
From what you posted you can't do it. You seem to have a lack of understanding as to what a public synonym is. If you want to connect to MySQL ... how are you planning to do it? The correct answer does not involve the words PUBLIC or SYNONYM.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Fri Jan 23 2004 - 10:30:49 CST
![]() |
![]() |