On Oct 18, 2:37 am, mxm982 <[email protected]> wrote: > Ciao ragazzi ho realizzato una piccola applicazione in Django che > aggiorna delle tabelle di uno schema gia preesistente. Ora ho la > necessita di puntare al rach della db attraverso appunto il tsname non > tramite sid come viene richiesto dal file setting.py potete aiutarmi
If you don't have a TNS name, you can identify the database by hostname, listener port, and SID. See the second example at: https://docs.djangoproject.com/en/1.3/ref/databases/#id11 Cheers, Ian -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

