Another problem I noticed is that while the resonant frequency of your LC tank is close to what you're looking for, the ratio of capacitance to inductance is too high to be practical. In an LC resonant circuit, the energy stored in the tank alternates from the capacitor to the inductor every half cycle. The peak energy in the inductor is:
E=0.5*L*i^2
where i is the peak current.
The peak energy in the capacitor is:
E=0.5*C*v^2
where v is the peak voltage.
Combining the two we get:
i/v=sqrt(C/L)
With your component values, the right side of the equation becomes sqrt(10e-6/100e-6) = 0.316
So then
i/v=0.316
or
i=0.316*v
In order to get a 12 volt sine wave across the tank, you would have to have nearly 4 amps circulating in it. That 4 amps has to come from somewhere, and that op amp certainly won't be able to supply it.
You need to make the inductance much larger, and the capacitance much smaller. More suitable values would be 100mH for the inductor, and 0.01µF for the capacitor.
Edit:
I threw this together in a hurry, but you could give it a try in LTSpice.
View attachment 118338