0

I was going through TIOBE list of programming languages and I noticed that PL/SQL is going down. Its not that i am big fan of Pl/SQL, I hardly know it but my question is if Pl/Sql is going down then there must be some alternate which is helping developers to achieve the same tasks which were supposed to be done by Pl/SQL i.e. stored procedures, packages etc? What are those things?

PeeHaa
  • 71,436
  • 58
  • 190
  • 262
x.509
  • 2,205
  • 10
  • 44
  • 58

4 Answers4

1

I think your reading into it the wrong way. PL/SQL is an extension of Oracle's database. If PL/SQL is in decline then most likely Oracle is losing market share.

nate c
  • 8,802
  • 2
  • 27
  • 28
  • thats what i am thinking. But last answer confused me a lot. Look at the TIOBE index and you will notice that Pl/Sql is declining. – x.509 Nov 26 '10 at 21:33
1

FWIW, it's possible to write Oracle stored procedures in Java. As it happens, for non-trivial operations, I prefer doing that to using PL/SQL. But I doubt that there are very many like me, so I think that it's unlikely to account for the decline.

See also the answers to this question: Is PL/SQL the language to learn if you have Oracle 11g?

Community
  • 1
  • 1
Alohci
  • 78,296
  • 16
  • 112
  • 156
0

Also Oracle Forms applications are nowadays more heading to JDeveloper, so interface programming will be made more with Java than with PL/SQL. Like Oracle's e-busines suite...

Jokke Heikkilä
  • 918
  • 1
  • 8
  • 17
-1

That would be Transact-SQL.

ta.speot.is
  • 26,914
  • 8
  • 68
  • 96